Shades of Pale Turquoise #9DFEFC
Tints of Pale Turquoise #9DFEFC
RGB
CMYK
RGB Variations
Color information
#9DFEFC (or 0x9DFEFC) is known color: Pale Turquoise. HEX triplet: 9D, FE and FC. RGB value is (157,254,252). Sum of RGB (Red+Green+Blue) = 157+254+252=663 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.68% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEFC is #620103. Grayscale: #E0E0E0. Windows color (decimal): -6422788 or 16580253. OLE color: 16580253.
HSL color Cylindrical-coordinate representation of color #9DFEFC: hue angle of 178.76º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEFC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 252 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.00 |
| HSL | 178.76º | 0.98% | 0.81% | - |
| HSV(B) | 178.76º | 0.38% | 1% | - |
| XYZ | 66.92 | 85.08 | 104.99 | - |
| YUV | 224.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 252 | 0.38 | 0 | 0.01 | 0.00 | 178.76 | 0.98 | 0.81 |
| Hex | 9D | FE | FC | 26 | 0 | 1 | 0 | B3 | 62 | 51 |
| Octal | 235 | 376 | 374 | 46 | 0 | 1 | 0 | 263 | 142 | 121 |
| Binary | 10011101 | 11111110 | 11111100 | 100110 | 0 | 1 | 0 | 10110011 | 1100010 | 1010001 |
Color Harmonies of #9DFEFC
Complementary color
Monochromatic Colors of #9DFEFC
Black with #9DFEFC
Text Example
Text Example
White with #9DFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFEFC; }
p { color: rgb(157,254,252); }
H1.HeaderClassName
{
color: #9DFEFC;
}
.AnyTagClassName
{
color: #9DFEFC;
}
</style>
background-color css
<style>
a { background-color: #9DFEFC; }
a { background-color: rgb(157,254,252); }
div.DivClassName
{
background-color: #9DFEFC;
}
.BgClassName
{
background-color: #9DFEFC;
}
</style>
border-color css
<style>
span { border-color: #9DFEFC; }
span { border-color: rgb(157,254,252); }
td.TdClassName
{
border-color: #9DFEFC;
}
.TagClassName
{
border-color: #9DFEFC;
}
</style>