Shades of Pale Turquoise #9CF3E5
Tints of Pale Turquoise #9CF3E5
RGB
CMYK
RGB Variations
Color information
#9CF3E5 (or 0x9CF3E5) is known color: Pale Turquoise. HEX triplet: 9C, F3 and E5. RGB value is (156,243,229). Sum of RGB (Red+Green+Blue) = 156+243+229=628 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.84% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF3E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF3E5 is #630C1A. Grayscale: #D7D7D7. Windows color (decimal): -6491163 or 15070108. OLE color: 15070108.
HSL color Cylindrical-coordinate representation of color #9CF3E5: hue angle of 170.34º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF3E5 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 243 | 229 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.05 |
| HSL | 170.34º | 0.78% | 0.78% | - |
| HSV(B) | 170.34º | 0.36% | 0.95% | - |
| XYZ | 59.9 | 76.83 | 85.8 | - |
| YUV | 215.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 243 | 229 | 0.36 | 0 | 0.06 | 0.05 | 170.34 | 0.78 | 0.78 |
| Hex | 9C | F3 | E5 | 24 | 0 | 6 | 5 | AA | 4E | 4E |
| Octal | 234 | 363 | 345 | 44 | 0 | 6 | 5 | 252 | 116 | 116 |
| Binary | 10011100 | 11110011 | 11100101 | 100100 | 0 | 110 | 101 | 10101010 | 1001110 | 1001110 |
Color Harmonies of #9CF3E5
Complementary color
Monochromatic Colors of #9CF3E5
Black with #9CF3E5
Text Example
Text Example
White with #9CF3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF3E5; }
p { color: rgb(156,243,229); }
H1.HeaderClassName
{
color: #9CF3E5;
}
.AnyTagClassName
{
color: #9CF3E5;
}
</style>
background-color css
<style>
a { background-color: #9CF3E5; }
a { background-color: rgb(156,243,229); }
div.DivClassName
{
background-color: #9CF3E5;
}
.BgClassName
{
background-color: #9CF3E5;
}
</style>
border-color css
<style>
span { border-color: #9CF3E5; }
span { border-color: rgb(156,243,229); }
td.TdClassName
{
border-color: #9CF3E5;
}
.TagClassName
{
border-color: #9CF3E5;
}
</style>