Shades of Pale Turquoise #99F2EE
Tints of Pale Turquoise #99F2EE
RGB
CMYK
RGB Variations
Color information
#99F2EE (or 0x99F2EE) is known color: Pale Turquoise. HEX triplet: 99, F2 and EE. RGB value is (153,242,238). Sum of RGB (Red+Green+Blue) = 153+242+238=633 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.17% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F2EE is #660D11. Grayscale: #D6D6D6. Windows color (decimal): -6688018 or 15659673. OLE color: 15659673.
HSL color Cylindrical-coordinate representation of color #99F2EE: hue angle of 177.3º 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 #99F2EE is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 238 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.05 |
| HSL | 177.3º | 0.77% | 0.77% | - |
| HSV(B) | 177.3º | 0.37% | 0.95% | - |
| XYZ | 60.32 | 76.45 | 92.47 | - |
| YUV | 214.93 | 141.01 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 238 | 0.37 | 0 | 0.02 | 0.05 | 177.3 | 0.77 | 0.77 |
| Hex | 99 | F2 | EE | 25 | 0 | 2 | 5 | B1 | 4D | 4D |
| Octal | 231 | 362 | 356 | 45 | 0 | 2 | 5 | 261 | 115 | 115 |
| Binary | 10011001 | 11110010 | 11101110 | 100101 | 0 | 10 | 101 | 10110001 | 1001101 | 1001101 |
Color Harmonies of #99F2EE
Complementary color
Monochromatic Colors of #99F2EE
Black with #99F2EE
Text Example
Text Example
White with #99F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F2EE; }
p { color: rgb(153,242,238); }
H1.HeaderClassName
{
color: #99F2EE;
}
.AnyTagClassName
{
color: #99F2EE;
}
</style>
background-color css
<style>
a { background-color: #99F2EE; }
a { background-color: rgb(153,242,238); }
div.DivClassName
{
background-color: #99F2EE;
}
.BgClassName
{
background-color: #99F2EE;
}
</style>
border-color css
<style>
span { border-color: #99F2EE; }
span { border-color: rgb(153,242,238); }
td.TdClassName
{
border-color: #99F2EE;
}
.TagClassName
{
border-color: #99F2EE;
}
</style>