Shades of Pale Turquoise #99F1ED
Tints of Pale Turquoise #99F1ED
RGB
CMYK
RGB Variations
Color information
#99F1ED (or 0x99F1ED) is known color: Pale Turquoise. HEX triplet: 99, F1 and ED. RGB value is (153,241,237). Sum of RGB (Red+Green+Blue) = 153+241+237=631 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.25% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F1ED is #660E12. Grayscale: #D6D6D6. Windows color (decimal): -6688275 or 15593881. OLE color: 15593881.
HSL color Cylindrical-coordinate representation of color #99F1ED: hue angle of 177.27º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F1ED is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 241 | 237 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.05 |
| HSL | 177.27º | 0.76% | 0.77% | - |
| HSV(B) | 177.27º | 0.37% | 0.95% | - |
| XYZ | 59.88 | 75.8 | 91.6 | - |
| YUV | 214.23 | 140.85 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 241 | 237 | 0.37 | 0 | 0.02 | 0.05 | 177.27 | 0.76 | 0.77 |
| Hex | 99 | F1 | ED | 25 | 0 | 2 | 5 | B1 | 4C | 4D |
| Octal | 231 | 361 | 355 | 45 | 0 | 2 | 5 | 261 | 114 | 115 |
| Binary | 10011001 | 11110001 | 11101101 | 100101 | 0 | 10 | 101 | 10110001 | 1001100 | 1001101 |
Color Harmonies of #99F1ED
Complementary color
Monochromatic Colors of #99F1ED
Black with #99F1ED
Text Example
Text Example
White with #99F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F1ED; }
p { color: rgb(153,241,237); }
H1.HeaderClassName
{
color: #99F1ED;
}
.AnyTagClassName
{
color: #99F1ED;
}
</style>
background-color css
<style>
a { background-color: #99F1ED; }
a { background-color: rgb(153,241,237); }
div.DivClassName
{
background-color: #99F1ED;
}
.BgClassName
{
background-color: #99F1ED;
}
</style>
border-color css
<style>
span { border-color: #99F1ED; }
span { border-color: rgb(153,241,237); }
td.TdClassName
{
border-color: #99F1ED;
}
.TagClassName
{
border-color: #99F1ED;
}
</style>