Shades of Pale Turquoise #9CFAF6
Tints of Pale Turquoise #9CFAF6
RGB
CMYK
RGB Variations
Color information
#9CFAF6 (or 0x9CFAF6) is known color: Pale Turquoise. HEX triplet: 9C, FA and F6. RGB value is (156,250,246). Sum of RGB (Red+Green+Blue) = 156+250+246=652 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.93% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFAF6 is #630509. Grayscale: #DDDDDD. Windows color (decimal): -6489354 or 16186012. OLE color: 16186012.
HSL color Cylindrical-coordinate representation of color #9CFAF6: hue angle of 177.45º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFAF6 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 246 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.02 |
| HSL | 177.45º | 0.9% | 0.8% | - |
| HSV(B) | 177.45º | 0.38% | 0.98% | - |
| XYZ | 64.53 | 82.09 | 99.63 | - |
| YUV | 221.44 | 141.86 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 246 | 0.38 | 0 | 0.02 | 0.02 | 177.45 | 0.9 | 0.8 |
| Hex | 9C | FA | F6 | 26 | 0 | 2 | 2 | B1 | 5A | 50 |
| Octal | 234 | 372 | 366 | 46 | 0 | 2 | 2 | 261 | 132 | 120 |
| Binary | 10011100 | 11111010 | 11110110 | 100110 | 0 | 10 | 10 | 10110001 | 1011010 | 1010000 |
Color Harmonies of #9CFAF6
Complementary color
Monochromatic Colors of #9CFAF6
Black with #9CFAF6
Text Example
Text Example
White with #9CFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAF6; }
p { color: rgb(156,250,246); }
H1.HeaderClassName
{
color: #9CFAF6;
}
.AnyTagClassName
{
color: #9CFAF6;
}
</style>
background-color css
<style>
a { background-color: #9CFAF6; }
a { background-color: rgb(156,250,246); }
div.DivClassName
{
background-color: #9CFAF6;
}
.BgClassName
{
background-color: #9CFAF6;
}
</style>
border-color css
<style>
span { border-color: #9CFAF6; }
span { border-color: rgb(156,250,246); }
td.TdClassName
{
border-color: #9CFAF6;
}
.TagClassName
{
border-color: #9CFAF6;
}
</style>