Shades of Pale Turquoise #99F6F2
Tints of Pale Turquoise #99F6F2
RGB
CMYK
RGB Variations
Color information
#99F6F2 (or 0x99F6F2) is known color: Pale Turquoise. HEX triplet: 99, F6 and F2. RGB value is (153,246,242). Sum of RGB (Red+Green+Blue) = 153+246+242=641 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.87% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #99F6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F6F2 is #66090D. Grayscale: #D9D9D9. Windows color (decimal): -6686990 or 15922841. OLE color: 15922841.
HSL color Cylindrical-coordinate representation of color #99F6F2: hue angle of 177.42º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F6F2 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 246 | 242 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.04 |
| HSL | 177.42º | 0.84% | 0.78% | - |
| HSV(B) | 177.42º | 0.38% | 0.96% | - |
| XYZ | 62.12 | 79.09 | 96 | - |
| YUV | 217.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 246 | 242 | 0.38 | 0 | 0.02 | 0.04 | 177.42 | 0.84 | 0.78 |
| Hex | 99 | F6 | F2 | 26 | 0 | 2 | 4 | B1 | 54 | 4E |
| Octal | 231 | 366 | 362 | 46 | 0 | 2 | 4 | 261 | 124 | 116 |
| Binary | 10011001 | 11110110 | 11110010 | 100110 | 0 | 10 | 100 | 10110001 | 1010100 | 1001110 |
Color Harmonies of #99F6F2
Complementary color
Monochromatic Colors of #99F6F2
Black with #99F6F2
Text Example
Text Example
White with #99F6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F6F2; }
p { color: rgb(153,246,242); }
H1.HeaderClassName
{
color: #99F6F2;
}
.AnyTagClassName
{
color: #99F6F2;
}
</style>
background-color css
<style>
a { background-color: #99F6F2; }
a { background-color: rgb(153,246,242); }
div.DivClassName
{
background-color: #99F6F2;
}
.BgClassName
{
background-color: #99F6F2;
}
</style>
border-color css
<style>
span { border-color: #99F6F2; }
span { border-color: rgb(153,246,242); }
td.TdClassName
{
border-color: #99F6F2;
}
.TagClassName
{
border-color: #99F6F2;
}
</style>