Shades of Pale Turquoise #9CF9EA
Tints of Pale Turquoise #9CF9EA
RGB
CMYK
RGB Variations
Color information
#9CF9EA (or 0x9CF9EA) is known color: Pale Turquoise. HEX triplet: 9C, F9 and EA. RGB value is (156,249,234). Sum of RGB (Red+Green+Blue) = 156+249+234=639 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.41% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF9EA is #630615. Grayscale: #DBDBDB. Windows color (decimal): -6489622 or 15399324. OLE color: 15399324.
HSL color Cylindrical-coordinate representation of color #9CF9EA: hue angle of 170.32º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF9EA is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 234 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.02 |
| HSL | 170.32º | 0.89% | 0.79% | - |
| HSV(B) | 170.32º | 0.37% | 0.98% | - |
| XYZ | 62.44 | 80.76 | 90.14 | - |
| YUV | 219.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 234 | 0.37 | 0 | 0.06 | 0.02 | 170.32 | 0.89 | 0.79 |
| Hex | 9C | F9 | EA | 25 | 0 | 6 | 2 | AA | 59 | 4F |
| Octal | 234 | 371 | 352 | 45 | 0 | 6 | 2 | 252 | 131 | 117 |
| Binary | 10011100 | 11111001 | 11101010 | 100101 | 0 | 110 | 10 | 10101010 | 1011001 | 1001111 |
Color Harmonies of #9CF9EA
Complementary color
Monochromatic Colors of #9CF9EA
Black with #9CF9EA
Text Example
Text Example
White with #9CF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF9EA; }
p { color: rgb(156,249,234); }
H1.HeaderClassName
{
color: #9CF9EA;
}
.AnyTagClassName
{
color: #9CF9EA;
}
</style>
background-color css
<style>
a { background-color: #9CF9EA; }
a { background-color: rgb(156,249,234); }
div.DivClassName
{
background-color: #9CF9EA;
}
.BgClassName
{
background-color: #9CF9EA;
}
</style>
border-color css
<style>
span { border-color: #9CF9EA; }
span { border-color: rgb(156,249,234); }
td.TdClassName
{
border-color: #9CF9EA;
}
.TagClassName
{
border-color: #9CF9EA;
}
</style>