Shades of Pale Turquoise #99F5F1
Tints of Pale Turquoise #99F5F1
RGB
CMYK
RGB Variations
Color information
#99F5F1 (or 0x99F5F1) is known color: Pale Turquoise. HEX triplet: 99, F5 and F1. RGB value is (153,245,241). Sum of RGB (Red+Green+Blue) = 153+245+241=639 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.94% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #99F5F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99F5F1 is #660A0E. Grayscale: #D8D8D8. Windows color (decimal): -6687247 or 15857049. OLE color: 15857049.
HSL color Cylindrical-coordinate representation of color #99F5F1: hue angle of 177.39º degrees, saturation: 0.82, 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 #99F5F1 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 241 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.04 |
| HSL | 177.39º | 0.82% | 0.78% | - |
| HSV(B) | 177.39º | 0.38% | 0.96% | - |
| XYZ | 61.67 | 78.43 | 95.11 | - |
| YUV | 217.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 241 | 0.38 | 0 | 0.02 | 0.04 | 177.39 | 0.82 | 0.78 |
| Hex | 99 | F5 | F1 | 26 | 0 | 2 | 4 | B1 | 52 | 4E |
| Octal | 231 | 365 | 361 | 46 | 0 | 2 | 4 | 261 | 122 | 116 |
| Binary | 10011001 | 11110101 | 11110001 | 100110 | 0 | 10 | 100 | 10110001 | 1010010 | 1001110 |
Color Harmonies of #99F5F1
Complementary color
Monochromatic Colors of #99F5F1
Black with #99F5F1
Text Example
Text Example
White with #99F5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F5F1; }
p { color: rgb(153,245,241); }
H1.HeaderClassName
{
color: #99F5F1;
}
.AnyTagClassName
{
color: #99F5F1;
}
</style>
background-color css
<style>
a { background-color: #99F5F1; }
a { background-color: rgb(153,245,241); }
div.DivClassName
{
background-color: #99F5F1;
}
.BgClassName
{
background-color: #99F5F1;
}
</style>
border-color css
<style>
span { border-color: #99F5F1; }
span { border-color: rgb(153,245,241); }
td.TdClassName
{
border-color: #99F5F1;
}
.TagClassName
{
border-color: #99F5F1;
}
</style>