Shades of Pale Turquoise #9CF0EF
Tints of Pale Turquoise #9CF0EF
RGB
CMYK
RGB Variations
Color information
#9CF0EF (or 0x9CF0EF) is known color: Pale Turquoise. HEX triplet: 9C, F0 and EF. RGB value is (156,240,239). Sum of RGB (Red+Green+Blue) = 156+240+239=635 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.57% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF0EF is #630F10. Grayscale: #D6D6D6. Windows color (decimal): -6491921 or 15724700. OLE color: 15724700.
HSL color Cylindrical-coordinate representation of color #9CF0EF: hue angle of 179.29º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF0EF is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 239 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.06 |
| HSL | 179.29º | 0.74% | 0.78% | - |
| HSV(B) | 179.29º | 0.35% | 0.94% | - |
| XYZ | 60.45 | 75.62 | 93.07 | - |
| YUV | 214.77 | 141.67 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 239 | 0.35 | 0 | 0.00 | 0.06 | 179.29 | 0.74 | 0.78 |
| Hex | 9C | F0 | EF | 23 | 0 | 0 | 6 | B3 | 4A | 4E |
| Octal | 234 | 360 | 357 | 43 | 0 | 0 | 6 | 263 | 112 | 116 |
| Binary | 10011100 | 11110000 | 11101111 | 100011 | 0 | 0 | 110 | 10110011 | 1001010 | 1001110 |
Color Harmonies of #9CF0EF
Complementary color
Monochromatic Colors of #9CF0EF
Black with #9CF0EF
Text Example
Text Example
White with #9CF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF0EF; }
p { color: rgb(156,240,239); }
H1.HeaderClassName
{
color: #9CF0EF;
}
.AnyTagClassName
{
color: #9CF0EF;
}
</style>
background-color css
<style>
a { background-color: #9CF0EF; }
a { background-color: rgb(156,240,239); }
div.DivClassName
{
background-color: #9CF0EF;
}
.BgClassName
{
background-color: #9CF0EF;
}
</style>
border-color css
<style>
span { border-color: #9CF0EF; }
span { border-color: rgb(156,240,239); }
td.TdClassName
{
border-color: #9CF0EF;
}
.TagClassName
{
border-color: #9CF0EF;
}
</style>