Shades of Pale Turquoise #9CF0EE
Tints of Pale Turquoise #9CF0EE
RGB
CMYK
RGB Variations
Color information
#9CF0EE (or 0x9CF0EE) is known color: Pale Turquoise. HEX triplet: 9C, F0 and EE. RGB value is (156,240,238). Sum of RGB (Red+Green+Blue) = 156+240+238=634 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.61% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF0EE is #630F11. Grayscale: #D6D6D6. Windows color (decimal): -6491922 or 15659164. OLE color: 15659164.
HSL color Cylindrical-coordinate representation of color #9CF0EE: hue angle of 178.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF0EE is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 238 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.06 |
| HSL | 178.57º | 0.74% | 0.78% | - |
| HSV(B) | 178.57º | 0.35% | 0.94% | - |
| XYZ | 60.3 | 75.56 | 92.3 | - |
| YUV | 214.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 238 | 0.35 | 0 | 0.01 | 0.06 | 178.57 | 0.74 | 0.78 |
| Hex | 9C | F0 | EE | 23 | 0 | 1 | 6 | B3 | 4A | 4E |
| Octal | 234 | 360 | 356 | 43 | 0 | 1 | 6 | 263 | 112 | 116 |
| Binary | 10011100 | 11110000 | 11101110 | 100011 | 0 | 1 | 110 | 10110011 | 1001010 | 1001110 |
Color Harmonies of #9CF0EE
Complementary color
Monochromatic Colors of #9CF0EE
Black with #9CF0EE
Text Example
Text Example
White with #9CF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF0EE; }
p { color: rgb(156,240,238); }
H1.HeaderClassName
{
color: #9CF0EE;
}
.AnyTagClassName
{
color: #9CF0EE;
}
</style>
background-color css
<style>
a { background-color: #9CF0EE; }
a { background-color: rgb(156,240,238); }
div.DivClassName
{
background-color: #9CF0EE;
}
.BgClassName
{
background-color: #9CF0EE;
}
</style>
border-color css
<style>
span { border-color: #9CF0EE; }
span { border-color: rgb(156,240,238); }
td.TdClassName
{
border-color: #9CF0EE;
}
.TagClassName
{
border-color: #9CF0EE;
}
</style>