#C0FEF6

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

Shades of Pale Turquoise #C0FEF6

Tints of Pale Turquoise #C0FEF6

Color information

#C0FEF6 (or 0xC0FEF6) is unknown color: approx Pale Turquoise. HEX triplet: C0, FE and F6. RGB value is (192,254,246). Sum of RGB (Red+Green+Blue) = 192+254+246=692 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.75% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FEF6 is #3F0109. Grayscale: #EAEAEA. Windows color (decimal): -4129034 or 16187072. OLE color: 16187072.

HSL color Cylindrical-coordinate representation of color #C0FEF6: hue angle of 172.26º 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 #C0FEF6 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB192254246-
CMYK0.2400.030.00
HSL172.26º96.88%87.45%-
HSV(B)172.26º24.41%99.61%-
XYZ73.8188.74100.43-
YUV234.55134.4697.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 27.75%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 246 (96.48% from 255) = 35.55%
R=27.75%
G=36.71%
B=35.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922542460.2400.030.00172.2696.8887.45
HexC0FEF618030ac6157
Octal30037636630030254141127
Binary1100000011111110111101101100001101010110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FEF6; }

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

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

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

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

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

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

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

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