Shades of Pale Turquoise #99EFE8
Tints of Pale Turquoise #99EFE8
RGB
CMYK
RGB Variations
Color information
#99EFE8 (or 0x99EFE8) is known color: Pale Turquoise. HEX triplet: 99, EF and E8. RGB value is (153,239,232). Sum of RGB (Red+Green+Blue) = 153+239+232=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EFE8 is #661017. Grayscale: #D4D4D4. Windows color (decimal): -6688792 or 15265689. OLE color: 15265689.
HSL color Cylindrical-coordinate representation of color #99EFE8: hue angle of 175.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFE8 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 232 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.06 |
| HSL | 175.12º | 0.73% | 0.77% | - |
| HSV(B) | 175.12º | 0.36% | 0.94% | - |
| XYZ | 58.57 | 74.33 | 87.6 | - |
| YUV | 212.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 232 | 0.36 | 0 | 0.03 | 0.06 | 175.12 | 0.73 | 0.77 |
| Hex | 99 | EF | E8 | 24 | 0 | 3 | 6 | AF | 49 | 4D |
| Octal | 231 | 357 | 350 | 44 | 0 | 3 | 6 | 257 | 111 | 115 |
| Binary | 10011001 | 11101111 | 11101000 | 100100 | 0 | 11 | 110 | 10101111 | 1001001 | 1001101 |
Color Harmonies of #99EFE8
Complementary color
Monochromatic Colors of #99EFE8
Black with #99EFE8
Text Example
Text Example
White with #99EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFE8; }
p { color: rgb(153,239,232); }
H1.HeaderClassName
{
color: #99EFE8;
}
.AnyTagClassName
{
color: #99EFE8;
}
</style>
background-color css
<style>
a { background-color: #99EFE8; }
a { background-color: rgb(153,239,232); }
div.DivClassName
{
background-color: #99EFE8;
}
.BgClassName
{
background-color: #99EFE8;
}
</style>
border-color css
<style>
span { border-color: #99EFE8; }
span { border-color: rgb(153,239,232); }
td.TdClassName
{
border-color: #99EFE8;
}
.TagClassName
{
border-color: #99EFE8;
}
</style>