Shades of Pale Turquoise #99F5ED
Tints of Pale Turquoise #99F5ED
RGB
CMYK
RGB Variations
Color information
#99F5ED (or 0x99F5ED) is known color: Pale Turquoise. HEX triplet: 99, F5 and ED. RGB value is (153,245,237). Sum of RGB (Red+Green+Blue) = 153+245+237=635 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.09% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #99F5ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F5ED is #660A12. Grayscale: #D8D8D8. Windows color (decimal): -6687251 or 15594905. OLE color: 15594905.
HSL color Cylindrical-coordinate representation of color #99F5ED: hue angle of 174.78º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F5ED is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 237 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.04 |
| HSL | 174.78º | 0.82% | 0.78% | - |
| HSV(B) | 174.78º | 0.38% | 0.96% | - |
| XYZ | 61.08 | 78.19 | 91.99 | - |
| YUV | 216.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 237 | 0.38 | 0 | 0.03 | 0.04 | 174.78 | 0.82 | 0.78 |
| Hex | 99 | F5 | ED | 26 | 0 | 3 | 4 | AF | 52 | 4E |
| Octal | 231 | 365 | 355 | 46 | 0 | 3 | 4 | 257 | 122 | 116 |
| Binary | 10011001 | 11110101 | 11101101 | 100110 | 0 | 11 | 100 | 10101111 | 1010010 | 1001110 |
Color Harmonies of #99F5ED
Complementary color
Monochromatic Colors of #99F5ED
Black with #99F5ED
Text Example
Text Example
White with #99F5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F5ED; }
p { color: rgb(153,245,237); }
H1.HeaderClassName
{
color: #99F5ED;
}
.AnyTagClassName
{
color: #99F5ED;
}
</style>
background-color css
<style>
a { background-color: #99F5ED; }
a { background-color: rgb(153,245,237); }
div.DivClassName
{
background-color: #99F5ED;
}
.BgClassName
{
background-color: #99F5ED;
}
</style>
border-color css
<style>
span { border-color: #99F5ED; }
span { border-color: rgb(153,245,237); }
td.TdClassName
{
border-color: #99F5ED;
}
.TagClassName
{
border-color: #99F5ED;
}
</style>