Shades of Pale Turquoise #9CFFFF
Tints of Pale Turquoise #9CFFFF
RGB
CMYK
RGB Variations
Color information
#9CFFFF (or 0x9CFFFF) is known color: Pale Turquoise. HEX triplet: 9C, FF and FF. RGB value is (156,255,255). Sum of RGB (Red+Green+Blue) = 156+255+255=666 (88% of max value = 765). Red value is 156 (61.33% from 255 or 23.42% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #9CFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFFFF is #630000. Grayscale: #E1E1E1. Windows color (decimal): -6488065 or 16777116. OLE color: 16777116.
HSL color Cylindrical-coordinate representation of color #9CFFFF: hue angle of 180º 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 #9CFFFF is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 255 | - |
| CMYK | 0.39 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.81% | - |
| HSV(B) | 180º | 0.39% | 1% | - |
| XYZ | 67.52 | 85.81 | 107.61 | - |
| YUV | 225.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 255 | 0.39 | 0 | 0 | 0 | 180 | 1 | 0.81 |
| Hex | 9C | FF | FF | 27 | 0 | 0 | 0 | B4 | 64 | 51 |
| Octal | 234 | 377 | 377 | 47 | 0 | 0 | 0 | 264 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11111111 | 100111 | 0 | 0 | 0 | 10110100 | 1100100 | 1010001 |
Color Harmonies of #9CFFFF
Complementary color
Monochromatic Colors of #9CFFFF
Black with #9CFFFF
Text Example
Text Example
White with #9CFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFFF; }
p { color: rgb(156,255,255); }
H1.HeaderClassName
{
color: #9CFFFF;
}
.AnyTagClassName
{
color: #9CFFFF;
}
</style>
background-color css
<style>
a { background-color: #9CFFFF; }
a { background-color: rgb(156,255,255); }
div.DivClassName
{
background-color: #9CFFFF;
}
.BgClassName
{
background-color: #9CFFFF;
}
</style>
border-color css
<style>
span { border-color: #9CFFFF; }
span { border-color: rgb(156,255,255); }
td.TdClassName
{
border-color: #9CFFFF;
}
.TagClassName
{
border-color: #9CFFFF;
}
</style>