Shades of Pale Turquoise #9DF9FF
Tints of Pale Turquoise #9DF9FF
RGB
CMYK
RGB Variations
Color information
#9DF9FF (or 0x9DF9FF) is known color: Pale Turquoise. HEX triplet: 9D, F9 and FF. RGB value is (157,249,255). Sum of RGB (Red+Green+Blue) = 157+249+255=661 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.75% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DF9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF9FF is #620600. Grayscale: #DEDEDE. Windows color (decimal): -6424065 or 16775581. OLE color: 16775581.
HSL color Cylindrical-coordinate representation of color #9DF9FF: hue angle of 183.67º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF9FF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 249 | 255 | - |
| CMYK | 0.38 | 0.02 | 0 | 0 |
| HSL | 183.67º | 1% | 0.81% | - |
| HSV(B) | 183.67º | 0.38% | 1% | - |
| XYZ | 65.83 | 82.14 | 106.99 | - |
| YUV | 222.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 255 | 0.38 | 0.02 | 0 | 0 | 183.67 | 1 | 0.81 |
| Hex | 9D | F9 | FF | 26 | 2 | 0 | 0 | B8 | 64 | 51 |
| Octal | 235 | 371 | 377 | 46 | 2 | 0 | 0 | 270 | 144 | 121 |
| Binary | 10011101 | 11111001 | 11111111 | 100110 | 10 | 0 | 0 | 10111000 | 1100100 | 1010001 |
Color Harmonies of #9DF9FF
Complementary color
Monochromatic Colors of #9DF9FF
Black with #9DF9FF
Text Example
Text Example
White with #9DF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF9FF; }
p { color: rgb(157,249,255); }
H1.HeaderClassName
{
color: #9DF9FF;
}
.AnyTagClassName
{
color: #9DF9FF;
}
</style>
background-color css
<style>
a { background-color: #9DF9FF; }
a { background-color: rgb(157,249,255); }
div.DivClassName
{
background-color: #9DF9FF;
}
.BgClassName
{
background-color: #9DF9FF;
}
</style>
border-color css
<style>
span { border-color: #9DF9FF; }
span { border-color: rgb(157,249,255); }
td.TdClassName
{
border-color: #9DF9FF;
}
.TagClassName
{
border-color: #9DF9FF;
}
</style>