Shades of Pale Turquoise #9CF4ED
Tints of Pale Turquoise #9CF4ED
RGB
CMYK
RGB Variations
Color information
#9CF4ED (or 0x9CF4ED) is known color: Pale Turquoise. HEX triplet: 9C, F4 and ED. RGB value is (156,244,237). Sum of RGB (Red+Green+Blue) = 156+244+237=637 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.49% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF4ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF4ED is #630B12. Grayscale: #D8D8D8. Windows color (decimal): -6490899 or 15594652. OLE color: 15594652.
HSL color Cylindrical-coordinate representation of color #9CF4ED: hue angle of 175.23º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF4ED is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 244 | 237 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.04 |
| HSL | 175.23º | 0.8% | 0.78% | - |
| HSV(B) | 175.23º | 0.36% | 0.96% | - |
| XYZ | 61.35 | 77.88 | 91.92 | - |
| YUV | 216.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 244 | 237 | 0.36 | 0 | 0.03 | 0.04 | 175.23 | 0.8 | 0.78 |
| Hex | 9C | F4 | ED | 24 | 0 | 3 | 4 | AF | 50 | 4E |
| Octal | 234 | 364 | 355 | 44 | 0 | 3 | 4 | 257 | 120 | 116 |
| Binary | 10011100 | 11110100 | 11101101 | 100100 | 0 | 11 | 100 | 10101111 | 1010000 | 1001110 |
Color Harmonies of #9CF4ED
Complementary color
Monochromatic Colors of #9CF4ED
Black with #9CF4ED
Text Example
Text Example
White with #9CF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF4ED; }
p { color: rgb(156,244,237); }
H1.HeaderClassName
{
color: #9CF4ED;
}
.AnyTagClassName
{
color: #9CF4ED;
}
</style>
background-color css
<style>
a { background-color: #9CF4ED; }
a { background-color: rgb(156,244,237); }
div.DivClassName
{
background-color: #9CF4ED;
}
.BgClassName
{
background-color: #9CF4ED;
}
</style>
border-color css
<style>
span { border-color: #9CF4ED; }
span { border-color: rgb(156,244,237); }
td.TdClassName
{
border-color: #9CF4ED;
}
.TagClassName
{
border-color: #9CF4ED;
}
</style>