Shades of Pale Turquoise #99F7ED
Tints of Pale Turquoise #99F7ED
RGB
CMYK
RGB Variations
Color information
#99F7ED (or 0x99F7ED) is known color: Pale Turquoise. HEX triplet: 99, F7 and ED. RGB value is (153,247,237). Sum of RGB (Red+Green+Blue) = 153+247+237=637 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.02% from 637); Green value is 247 (96.88% from 255 or 38.78% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 247 - color contains mainly: green. Hex color #99F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F7ED is #660812. Grayscale: #D9D9D9. Windows color (decimal): -6686739 or 15595417. OLE color: 15595417.
HSL color Cylindrical-coordinate representation of color #99F7ED: hue angle of 173.62º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F7ED is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 247 | 237 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.03 |
| HSL | 173.62º | 0.85% | 0.78% | - |
| HSV(B) | 173.62º | 0.38% | 0.97% | - |
| XYZ | 61.68 | 79.41 | 92.2 | - |
| YUV | 217.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 247 | 237 | 0.38 | 0 | 0.04 | 0.03 | 173.62 | 0.85 | 0.78 |
| Hex | 99 | F7 | ED | 26 | 0 | 4 | 3 | AE | 55 | 4E |
| Octal | 231 | 367 | 355 | 46 | 0 | 4 | 3 | 256 | 125 | 116 |
| Binary | 10011001 | 11110111 | 11101101 | 100110 | 0 | 100 | 11 | 10101110 | 1010101 | 1001110 |
Color Harmonies of #99F7ED
Complementary color
Monochromatic Colors of #99F7ED
Black with #99F7ED
Text Example
Text Example
White with #99F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F7ED; }
p { color: rgb(153,247,237); }
H1.HeaderClassName
{
color: #99F7ED;
}
.AnyTagClassName
{
color: #99F7ED;
}
</style>
background-color css
<style>
a { background-color: #99F7ED; }
a { background-color: rgb(153,247,237); }
div.DivClassName
{
background-color: #99F7ED;
}
.BgClassName
{
background-color: #99F7ED;
}
</style>
border-color css
<style>
span { border-color: #99F7ED; }
span { border-color: rgb(153,247,237); }
td.TdClassName
{
border-color: #99F7ED;
}
.TagClassName
{
border-color: #99F7ED;
}
</style>