Shades of Pale Turquoise #99FCE7
Tints of Pale Turquoise #99FCE7
RGB
CMYK
RGB Variations
Color information
#99FCE7 (or 0x99FCE7) is known color: Pale Turquoise. HEX triplet: 99, FC and E7. RGB value is (153,252,231). Sum of RGB (Red+Green+Blue) = 153+252+231=636 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.06% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #99FCE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FCE7 is #660318. Grayscale: #DBDBDB. Windows color (decimal): -6685465 or 15203481. OLE color: 15203481.
HSL color Cylindrical-coordinate representation of color #99FCE7: hue angle of 167.27º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FCE7 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 252 | 231 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.01 |
| HSL | 167.27º | 0.94% | 0.79% | - |
| HSV(B) | 167.27º | 0.39% | 0.99% | - |
| XYZ | 62.37 | 82.16 | 88.17 | - |
| YUV | 220.01 | 134.2 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 231 | 0.39 | 0 | 0.08 | 0.01 | 167.27 | 0.94 | 0.79 |
| Hex | 99 | FC | E7 | 27 | 0 | 8 | 1 | A7 | 5E | 4F |
| Octal | 231 | 374 | 347 | 47 | 0 | 10 | 1 | 247 | 136 | 117 |
| Binary | 10011001 | 11111100 | 11100111 | 100111 | 0 | 1000 | 1 | 10100111 | 1011110 | 1001111 |
Color Harmonies of #99FCE7
Complementary color
Monochromatic Colors of #99FCE7
Black with #99FCE7
Text Example
Text Example
White with #99FCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FCE7; }
p { color: rgb(153,252,231); }
H1.HeaderClassName
{
color: #99FCE7;
}
.AnyTagClassName
{
color: #99FCE7;
}
</style>
background-color css
<style>
a { background-color: #99FCE7; }
a { background-color: rgb(153,252,231); }
div.DivClassName
{
background-color: #99FCE7;
}
.BgClassName
{
background-color: #99FCE7;
}
</style>
border-color css
<style>
span { border-color: #99FCE7; }
span { border-color: rgb(153,252,231); }
td.TdClassName
{
border-color: #99FCE7;
}
.TagClassName
{
border-color: #99FCE7;
}
</style>