Shades of Pale Turquoise #C2FEF9
Tints of Pale Turquoise #C2FEF9
RGB
CMYK
RGB Variations
Color information
#C2FEF9 (or 0xC2FEF9) is known color: Pale Turquoise. HEX triplet: C2, FE and F9. RGB value is (194,254,249). Sum of RGB (Red+Green+Blue) = 194+254+249=697 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.83% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEF9 is #3D0106. Grayscale: #EBEBEB. Windows color (decimal): -3997959 or 16383682. OLE color: 16383682.
HSL color Cylindrical-coordinate representation of color #C2FEF9: hue angle of 175º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEF9 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 254 | 249 | - |
CMYK | 0.24 | 0 | 0.02 | 0.00 |
HSL | 175º | 0.97% | 0.88% | - |
HSV(B) | 175º | 0.24% | 1% | - |
XYZ | 74.79 | 89.19 | 102.9 | - |
YUV | 235.49 | 135.62 | 98.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 254 | 249 | 0.24 | 0 | 0.02 | 0.00 | 175 | 0.97 | 0.88 |
Hex | C2 | FE | F9 | 18 | 0 | 2 | 0 | AF | 61 | 58 |
Octal | 302 | 376 | 371 | 30 | 0 | 2 | 0 | 257 | 141 | 130 |
Binary | 11000010 | 11111110 | 11111001 | 11000 | 0 | 10 | 0 | 10101111 | 1100001 | 1011000 |
Color Harmonies of #C2FEF9
Complementary color
Monochromatic Colors of #C2FEF9
Black with #C2FEF9
Text Example
Text Example
White with #C2FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEF9; }
p { color: rgb(194,254,249); }
H1.HeaderClassName
{
color: #C2FEF9;
}
.AnyTagClassName
{
color: #C2FEF9;
}
</style>
background-color css
<style>
a { background-color: #C2FEF9; }
a { background-color: rgb(194,254,249); }
div.DivClassName
{
background-color: #C2FEF9;
}
.BgClassName
{
background-color: #C2FEF9;
}
</style>
border-color css
<style>
span { border-color: #C2FEF9; }
span { border-color: rgb(194,254,249); }
td.TdClassName
{
border-color: #C2FEF9;
}
.TagClassName
{
border-color: #C2FEF9;
}
</style>