Shades of Pale Turquoise #9CFAFF
Tints of Pale Turquoise #9CFAFF
RGB
CMYK
RGB Variations
Color information
#9CFAFF (or 0x9CFAFF) is known color: Pale Turquoise. HEX triplet: 9C, FA and FF. RGB value is (156,250,255). Sum of RGB (Red+Green+Blue) = 156+250+255=661 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.60% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFAFF is #630500. Grayscale: #DEDEDE. Windows color (decimal): -6489345 or 16775836. OLE color: 16775836.
HSL color Cylindrical-coordinate representation of color #9CFAFF: hue angle of 183.03º 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 #9CFAFF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 250 | 255 | - |
| CMYK | 0.39 | 0.02 | 0 | 0 |
| HSL | 183.03º | 1% | 0.81% | - |
| HSV(B) | 183.03º | 0.39% | 1% | - |
| XYZ | 65.95 | 82.66 | 107.09 | - |
| YUV | 222.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 255 | 0.39 | 0.02 | 0 | 0 | 183.03 | 1 | 0.81 |
| Hex | 9C | FA | FF | 27 | 2 | 0 | 0 | B7 | 64 | 51 |
| Octal | 234 | 372 | 377 | 47 | 2 | 0 | 0 | 267 | 144 | 121 |
| Binary | 10011100 | 11111010 | 11111111 | 100111 | 10 | 0 | 0 | 10110111 | 1100100 | 1010001 |
Color Harmonies of #9CFAFF
Complementary color
Monochromatic Colors of #9CFAFF
Black with #9CFAFF
Text Example
Text Example
White with #9CFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAFF; }
p { color: rgb(156,250,255); }
H1.HeaderClassName
{
color: #9CFAFF;
}
.AnyTagClassName
{
color: #9CFAFF;
}
</style>
background-color css
<style>
a { background-color: #9CFAFF; }
a { background-color: rgb(156,250,255); }
div.DivClassName
{
background-color: #9CFAFF;
}
.BgClassName
{
background-color: #9CFAFF;
}
</style>
border-color css
<style>
span { border-color: #9CFAFF; }
span { border-color: rgb(156,250,255); }
td.TdClassName
{
border-color: #9CFAFF;
}
.TagClassName
{
border-color: #9CFAFF;
}
</style>