Shades of Pale Turquoise #99FFF2
Tints of Pale Turquoise #99FFF2
RGB
CMYK
RGB Variations
Color information
#99FFF2 (or 0x99FFF2) is known color: Pale Turquoise. HEX triplet: 99, FF and F2. RGB value is (153,255,242). Sum of RGB (Red+Green+Blue) = 153+255+242=650 (86% of max value = 765). Red value is 153 (60.16% from 255 or 23.54% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FFF2 is #66000D. Grayscale: #DEDEDE. Windows color (decimal): -6684686 or 15925145. OLE color: 15925145.
HSL color Cylindrical-coordinate representation of color #99FFF2: hue angle of 172.35º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFF2 is Cyan = 0.4, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 242 | - |
| CMYK | 0.4 | 0 | 0.05 | 0 |
| HSL | 172.35º | 1% | 0.8% | - |
| HSV(B) | 172.35º | 0.4% | 1% | - |
| XYZ | 64.92 | 84.7 | 96.93 | - |
| YUV | 223.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 242 | 0.4 | 0 | 0.05 | 0 | 172.35 | 1 | 0.8 |
| Hex | 99 | FF | F2 | 28 | 0 | 5 | 0 | AC | 64 | 50 |
| Octal | 231 | 377 | 362 | 50 | 0 | 5 | 0 | 254 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11110010 | 101000 | 0 | 101 | 0 | 10101100 | 1100100 | 1010000 |
Color Harmonies of #99FFF2
Complementary color
Monochromatic Colors of #99FFF2
Black with #99FFF2
Text Example
Text Example
White with #99FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFF2; }
p { color: rgb(153,255,242); }
H1.HeaderClassName
{
color: #99FFF2;
}
.AnyTagClassName
{
color: #99FFF2;
}
</style>
background-color css
<style>
a { background-color: #99FFF2; }
a { background-color: rgb(153,255,242); }
div.DivClassName
{
background-color: #99FFF2;
}
.BgClassName
{
background-color: #99FFF2;
}
</style>
border-color css
<style>
span { border-color: #99FFF2; }
span { border-color: rgb(153,255,242); }
td.TdClassName
{
border-color: #99FFF2;
}
.TagClassName
{
border-color: #99FFF2;
}
</style>