Shades of Pale Turquoise #9DF1EE
Tints of Pale Turquoise #9DF1EE
RGB
CMYK
RGB Variations
Color information
#9DF1EE (or 0x9DF1EE) is known color: Pale Turquoise. HEX triplet: 9D, F1 and EE. RGB value is (157,241,238). Sum of RGB (Red+Green+Blue) = 157+241+238=636 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.69% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF1EE is #620E11. Grayscale: #D7D7D7. Windows color (decimal): -6426130 or 15659421. OLE color: 15659421.
HSL color Cylindrical-coordinate representation of color #9DF1EE: hue angle of 177.86º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF1EE is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 238 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.05 |
| HSL | 177.86º | 0.75% | 0.78% | - |
| HSV(B) | 177.86º | 0.35% | 0.95% | - |
| XYZ | 60.79 | 76.25 | 92.4 | - |
| YUV | 215.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 238 | 0.35 | 0 | 0.01 | 0.05 | 177.86 | 0.75 | 0.78 |
| Hex | 9D | F1 | EE | 23 | 0 | 1 | 5 | B2 | 4B | 4E |
| Octal | 235 | 361 | 356 | 43 | 0 | 1 | 5 | 262 | 113 | 116 |
| Binary | 10011101 | 11110001 | 11101110 | 100011 | 0 | 1 | 101 | 10110010 | 1001011 | 1001110 |
Color Harmonies of #9DF1EE
Complementary color
Monochromatic Colors of #9DF1EE
Black with #9DF1EE
Text Example
Text Example
White with #9DF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF1EE; }
p { color: rgb(157,241,238); }
H1.HeaderClassName
{
color: #9DF1EE;
}
.AnyTagClassName
{
color: #9DF1EE;
}
</style>
background-color css
<style>
a { background-color: #9DF1EE; }
a { background-color: rgb(157,241,238); }
div.DivClassName
{
background-color: #9DF1EE;
}
.BgClassName
{
background-color: #9DF1EE;
}
</style>
border-color css
<style>
span { border-color: #9DF1EE; }
span { border-color: rgb(157,241,238); }
td.TdClassName
{
border-color: #9DF1EE;
}
.TagClassName
{
border-color: #9DF1EE;
}
</style>