Shades of Pale Turquoise #9CF8FF
Tints of Pale Turquoise #9CF8FF
RGB
CMYK
RGB Variations
Color information
#9CF8FF (or 0x9CF8FF) is known color: Pale Turquoise. HEX triplet: 9C, F8 and FF. RGB value is (156,248,255). Sum of RGB (Red+Green+Blue) = 156+248+255=659 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.67% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF8FF is #630700. Grayscale: #DDDDDD. Windows color (decimal): -6489857 or 16775324. OLE color: 16775324.
HSL color Cylindrical-coordinate representation of color #9CF8FF: hue angle of 184.24º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CF8FF is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 248 | 255 | - |
| CMYK | 0.39 | 0.03 | 0 | 0 |
| HSL | 184.24º | 1% | 0.81% | - |
| HSV(B) | 184.24º | 0.39% | 1% | - |
| XYZ | 65.33 | 81.42 | 106.88 | - |
| YUV | 221.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 248 | 255 | 0.39 | 0.03 | 0 | 0 | 184.24 | 1 | 0.81 |
| Hex | 9C | F8 | FF | 27 | 3 | 0 | 0 | B8 | 64 | 51 |
| Octal | 234 | 370 | 377 | 47 | 3 | 0 | 0 | 270 | 144 | 121 |
| Binary | 10011100 | 11111000 | 11111111 | 100111 | 11 | 0 | 0 | 10111000 | 1100100 | 1010001 |
Color Harmonies of #9CF8FF
Complementary color
Monochromatic Colors of #9CF8FF
Black with #9CF8FF
Text Example
Text Example
White with #9CF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF8FF; }
p { color: rgb(156,248,255); }
H1.HeaderClassName
{
color: #9CF8FF;
}
.AnyTagClassName
{
color: #9CF8FF;
}
</style>
background-color css
<style>
a { background-color: #9CF8FF; }
a { background-color: rgb(156,248,255); }
div.DivClassName
{
background-color: #9CF8FF;
}
.BgClassName
{
background-color: #9CF8FF;
}
</style>
border-color css
<style>
span { border-color: #9CF8FF; }
span { border-color: rgb(156,248,255); }
td.TdClassName
{
border-color: #9CF8FF;
}
.TagClassName
{
border-color: #9CF8FF;
}
</style>