Shades of Pale Turquoise #9CFEED
Tints of Pale Turquoise #9CFEED
RGB
CMYK
RGB Variations
Color information
#9CFEED (or 0x9CFEED) is known color: Pale Turquoise. HEX triplet: 9C, FE and ED. RGB value is (156,254,237). Sum of RGB (Red+Green+Blue) = 156+254+237=647 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.11% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFEED is #630112. Grayscale: #DEDEDE. Windows color (decimal): -6488339 or 15597212. OLE color: 15597212.
HSL color Cylindrical-coordinate representation of color #9CFEED: hue angle of 169.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFEED is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 237 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.00 |
| HSL | 169.59º | 0.98% | 0.8% | - |
| HSV(B) | 169.59º | 0.39% | 1% | - |
| XYZ | 64.44 | 84.07 | 92.95 | - |
| YUV | 222.76 | 136.03 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 237 | 0.39 | 0 | 0.07 | 0.00 | 169.59 | 0.98 | 0.8 |
| Hex | 9C | FE | ED | 27 | 0 | 7 | 0 | AA | 62 | 50 |
| Octal | 234 | 376 | 355 | 47 | 0 | 7 | 0 | 252 | 142 | 120 |
| Binary | 10011100 | 11111110 | 11101101 | 100111 | 0 | 111 | 0 | 10101010 | 1100010 | 1010000 |
Color Harmonies of #9CFEED
Complementary color
Monochromatic Colors of #9CFEED
Black with #9CFEED
Text Example
Text Example
White with #9CFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFEED; }
p { color: rgb(156,254,237); }
H1.HeaderClassName
{
color: #9CFEED;
}
.AnyTagClassName
{
color: #9CFEED;
}
</style>
background-color css
<style>
a { background-color: #9CFEED; }
a { background-color: rgb(156,254,237); }
div.DivClassName
{
background-color: #9CFEED;
}
.BgClassName
{
background-color: #9CFEED;
}
</style>
border-color css
<style>
span { border-color: #9CFEED; }
span { border-color: rgb(156,254,237); }
td.TdClassName
{
border-color: #9CFEED;
}
.TagClassName
{
border-color: #9CFEED;
}
</style>