Shades of Pale Turquoise #9CFCFF
Tints of Pale Turquoise #9CFCFF
RGB
CMYK
RGB Variations
Color information
#9CFCFF (or 0x9CFCFF) is known color: Pale Turquoise. HEX triplet: 9C, FC and FF. RGB value is (156,252,255). Sum of RGB (Red+Green+Blue) = 156+252+255=663 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.53% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFCFF is #630300. Grayscale: #DFDFDF. Windows color (decimal): -6488833 or 16776348. OLE color: 16776348.
HSL color Cylindrical-coordinate representation of color #9CFCFF: hue angle of 181.82º 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 #9CFCFF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 252 | 255 | - |
| CMYK | 0.39 | 0.01 | 0 | 0 |
| HSL | 181.82º | 1% | 0.81% | - |
| HSV(B) | 181.82º | 0.39% | 1% | - |
| XYZ | 66.57 | 83.91 | 107.3 | - |
| YUV | 223.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 255 | 0.39 | 0.01 | 0 | 0 | 181.82 | 1 | 0.81 |
| Hex | 9C | FC | FF | 27 | 1 | 0 | 0 | B6 | 64 | 51 |
| Octal | 234 | 374 | 377 | 47 | 1 | 0 | 0 | 266 | 144 | 121 |
| Binary | 10011100 | 11111100 | 11111111 | 100111 | 1 | 0 | 0 | 10110110 | 1100100 | 1010001 |
Color Harmonies of #9CFCFF
Complementary color
Monochromatic Colors of #9CFCFF
Black with #9CFCFF
Text Example
Text Example
White with #9CFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCFF; }
p { color: rgb(156,252,255); }
H1.HeaderClassName
{
color: #9CFCFF;
}
.AnyTagClassName
{
color: #9CFCFF;
}
</style>
background-color css
<style>
a { background-color: #9CFCFF; }
a { background-color: rgb(156,252,255); }
div.DivClassName
{
background-color: #9CFCFF;
}
.BgClassName
{
background-color: #9CFCFF;
}
</style>
border-color css
<style>
span { border-color: #9CFCFF; }
span { border-color: rgb(156,252,255); }
td.TdClassName
{
border-color: #9CFCFF;
}
.TagClassName
{
border-color: #9CFCFF;
}
</style>