Shades of Pale Turquoise #9CFEFE
Tints of Pale Turquoise #9CFEFE
RGB
CMYK
RGB Variations
Color information
#9CFEFE (or 0x9CFEFE) is known color: Pale Turquoise. HEX triplet: 9C, FE and FE. RGB value is (156,254,254). Sum of RGB (Red+Green+Blue) = 156+254+254=664 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.49% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #9CFEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFEFE is #630101. Grayscale: #E0E0E0. Windows color (decimal): -6488322 or 16711324. OLE color: 16711324.
HSL color Cylindrical-coordinate representation of color #9CFEFE: hue angle of 180º 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 #9CFEFE is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 254 | - |
| CMYK | 0.39 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.8% | - |
| HSV(B) | 180º | 0.39% | 1% | - |
| XYZ | 67.04 | 85.11 | 106.66 | - |
| YUV | 224.7 | 144.53 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 254 | 0.39 | 0 | 0 | 0.00 | 180 | 0.98 | 0.8 |
| Hex | 9C | FE | FE | 27 | 0 | 0 | 0 | B4 | 62 | 50 |
| Octal | 234 | 376 | 376 | 47 | 0 | 0 | 0 | 264 | 142 | 120 |
| Binary | 10011100 | 11111110 | 11111110 | 100111 | 0 | 0 | 0 | 10110100 | 1100010 | 1010000 |
Color Harmonies of #9CFEFE
Complementary color
Monochromatic Colors of #9CFEFE
Black with #9CFEFE
Text Example
Text Example
White with #9CFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFEFE; }
p { color: rgb(156,254,254); }
H1.HeaderClassName
{
color: #9CFEFE;
}
.AnyTagClassName
{
color: #9CFEFE;
}
</style>
background-color css
<style>
a { background-color: #9CFEFE; }
a { background-color: rgb(156,254,254); }
div.DivClassName
{
background-color: #9CFEFE;
}
.BgClassName
{
background-color: #9CFEFE;
}
</style>
border-color css
<style>
span { border-color: #9CFEFE; }
span { border-color: rgb(156,254,254); }
td.TdClassName
{
border-color: #9CFEFE;
}
.TagClassName
{
border-color: #9CFEFE;
}
</style>