#C0FEFC

Color #C0FEFC Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #C0FEFC

Tints of Pale Turquoise #C0FEFC

Color information

#C0FEFC (or 0xC0FEFC) is unknown color: approx Pale Turquoise. HEX triplet: C0, FE and FC. RGB value is (192,254,252). Sum of RGB (Red+Green+Blue) = 192+254+252=698 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.51% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEFC is #3F0103. Grayscale: #EBEBEB. Windows color (decimal): -4129028 or 16580288. OLE color: 16580288.

HSL color Cylindrical-coordinate representation of color #C0FEFC: hue angle of 178.06º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FEFC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB192254252-
CMYK0.2400.010.00
HSL178.06º96.88%87.45%-
HSV(B)178.06º24.41%99.61%-
XYZ74.7589.12105.36-
YUV235.23137.4697.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 27.51%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=27.51%
G=36.39%
B=36.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922542520.2400.010.00178.0696.8887.45
HexC0FEFC18010b26157
Octal30037637430010262141127
Binary110000001111111011111100110000101011001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FEFC; }

 p { color: rgb(192,254,252); }

 H1.HeaderClassName
 {
   color: #C0FEFC;
 }
 .AnyTagClassName
 {
   color: #C0FEFC;
 }
</style>
background-color css

<style>
 a { background-color: #C0FEFC; }

 a { background-color: rgb(192,254,252); }

 div.DivClassName
 {
   background-color: #C0FEFC;
 }
 .BgClassName
 {
   background-color: #C0FEFC;
 }
</style>
border-color css

<style>
 span { border-color: #C0FEFC; }

 span { border-color: rgb(192,254,252); }

 td.TdClassName
 {
   border-color: #C0FEFC;
 }
 .TagClassName
 {
   border-color: #C0FEFC;
 }
</style>