Shades of Pale Turquoise #9DF8FE
Tints of Pale Turquoise #9DF8FE
RGB
CMYK
RGB Variations
Color information
#9DF8FE (or 0x9DF8FE) is known color: Pale Turquoise. HEX triplet: 9D, F8 and FE. RGB value is (157,248,254). Sum of RGB (Red+Green+Blue) = 157+248+254=659 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.82% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DF8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF8FE is #620701. Grayscale: #DDDDDD. Windows color (decimal): -6424322 or 16709789. OLE color: 16709789.
HSL color Cylindrical-coordinate representation of color #9DF8FE: hue angle of 183.71º 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 #9DF8FE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 248 | 254 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.00 |
| HSL | 183.71º | 0.98% | 0.81% | - |
| HSV(B) | 183.71º | 0.38% | 1% | - |
| XYZ | 65.36 | 81.46 | 106.04 | - |
| YUV | 221.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 254 | 0.38 | 0.02 | 0 | 0.00 | 183.71 | 0.98 | 0.81 |
| Hex | 9D | F8 | FE | 26 | 2 | 0 | 0 | B8 | 62 | 51 |
| Octal | 235 | 370 | 376 | 46 | 2 | 0 | 0 | 270 | 142 | 121 |
| Binary | 10011101 | 11111000 | 11111110 | 100110 | 10 | 0 | 0 | 10111000 | 1100010 | 1010001 |
Color Harmonies of #9DF8FE
Complementary color
Monochromatic Colors of #9DF8FE
Black with #9DF8FE
Text Example
Text Example
White with #9DF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF8FE; }
p { color: rgb(157,248,254); }
H1.HeaderClassName
{
color: #9DF8FE;
}
.AnyTagClassName
{
color: #9DF8FE;
}
</style>
background-color css
<style>
a { background-color: #9DF8FE; }
a { background-color: rgb(157,248,254); }
div.DivClassName
{
background-color: #9DF8FE;
}
.BgClassName
{
background-color: #9DF8FE;
}
</style>
border-color css
<style>
span { border-color: #9DF8FE; }
span { border-color: rgb(157,248,254); }
td.TdClassName
{
border-color: #9DF8FE;
}
.TagClassName
{
border-color: #9DF8FE;
}
</style>