Shades of Pale Turquoise #9CFAF5
Tints of Pale Turquoise #9CFAF5
RGB
CMYK
RGB Variations
Color information
#9CFAF5 (or 0x9CFAF5) is known color: Pale Turquoise. HEX triplet: 9C, FA and F5. RGB value is (156,250,245). Sum of RGB (Red+Green+Blue) = 156+250+245=651 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.96% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFAF5 is #63050A. Grayscale: #DDDDDD. Windows color (decimal): -6489355 or 16120476. OLE color: 16120476.
HSL color Cylindrical-coordinate representation of color #9CFAF5: hue angle of 176.81º 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 #9CFAF5 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 250 | 245 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.02 |
| HSL | 176.81º | 0.9% | 0.8% | - |
| HSV(B) | 176.81º | 0.38% | 0.98% | - |
| XYZ | 64.38 | 82.03 | 98.83 | - |
| YUV | 221.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 250 | 245 | 0.38 | 0 | 0.02 | 0.02 | 176.81 | 0.9 | 0.8 |
| Hex | 9C | FA | F5 | 26 | 0 | 2 | 2 | B1 | 5A | 50 |
| Octal | 234 | 372 | 365 | 46 | 0 | 2 | 2 | 261 | 132 | 120 |
| Binary | 10011100 | 11111010 | 11110101 | 100110 | 0 | 10 | 10 | 10110001 | 1011010 | 1010000 |
Color Harmonies of #9CFAF5
Complementary color
Monochromatic Colors of #9CFAF5
Black with #9CFAF5
Text Example
Text Example
White with #9CFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFAF5; }
p { color: rgb(156,250,245); }
H1.HeaderClassName
{
color: #9CFAF5;
}
.AnyTagClassName
{
color: #9CFAF5;
}
</style>
background-color css
<style>
a { background-color: #9CFAF5; }
a { background-color: rgb(156,250,245); }
div.DivClassName
{
background-color: #9CFAF5;
}
.BgClassName
{
background-color: #9CFAF5;
}
</style>
border-color css
<style>
span { border-color: #9CFAF5; }
span { border-color: rgb(156,250,245); }
td.TdClassName
{
border-color: #9CFAF5;
}
.TagClassName
{
border-color: #9CFAF5;
}
</style>