Shades of Pale Turquoise #99F2E8
Tints of Pale Turquoise #99F2E8
RGB
CMYK
RGB Variations
Color information
#99F2E8 (or 0x99F2E8) is known color: Pale Turquoise. HEX triplet: 99, F2 and E8. RGB value is (153,242,232). Sum of RGB (Red+Green+Blue) = 153+242+232=627 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.40% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F2E8 is #660D17. Grayscale: #D6D6D6. Windows color (decimal): -6688024 or 15266457. OLE color: 15266457.
HSL color Cylindrical-coordinate representation of color #99F2E8: hue angle of 173.26º degrees, saturation: 0.77, 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 #99F2E8 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 232 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.05 |
| HSL | 173.26º | 0.77% | 0.77% | - |
| HSV(B) | 173.26º | 0.37% | 0.95% | - |
| XYZ | 59.45 | 76.1 | 87.9 | - |
| YUV | 214.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 232 | 0.37 | 0 | 0.04 | 0.05 | 173.26 | 0.77 | 0.77 |
| Hex | 99 | F2 | E8 | 25 | 0 | 4 | 5 | AD | 4D | 4D |
| Octal | 231 | 362 | 350 | 45 | 0 | 4 | 5 | 255 | 115 | 115 |
| Binary | 10011001 | 11110010 | 11101000 | 100101 | 0 | 100 | 101 | 10101101 | 1001101 | 1001101 |
Color Harmonies of #99F2E8
Complementary color
Monochromatic Colors of #99F2E8
Black with #99F2E8
Text Example
Text Example
White with #99F2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F2E8; }
p { color: rgb(153,242,232); }
H1.HeaderClassName
{
color: #99F2E8;
}
.AnyTagClassName
{
color: #99F2E8;
}
</style>
background-color css
<style>
a { background-color: #99F2E8; }
a { background-color: rgb(153,242,232); }
div.DivClassName
{
background-color: #99F2E8;
}
.BgClassName
{
background-color: #99F2E8;
}
</style>
border-color css
<style>
span { border-color: #99F2E8; }
span { border-color: rgb(153,242,232); }
td.TdClassName
{
border-color: #99F2E8;
}
.TagClassName
{
border-color: #99F2E8;
}
</style>