Shades of Pale Turquoise #99FBF3
Tints of Pale Turquoise #99FBF3
RGB
CMYK
RGB Variations
Color information
#99FBF3 (or 0x99FBF3) is known color: Pale Turquoise. HEX triplet: 99, FB and F3. RGB value is (153,251,243). Sum of RGB (Red+Green+Blue) = 153+251+243=647 (85% of max value = 765). Red value is 153 (60.16% from 255 or 23.65% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBF3 is #66040C. Grayscale: #DCDCDC. Windows color (decimal): -6685709 or 15989657. OLE color: 15989657.
HSL color Cylindrical-coordinate representation of color #99FBF3: hue angle of 175.1º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FBF3 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 251 | 243 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.02 |
| HSL | 175.1º | 0.92% | 0.79% | - |
| HSV(B) | 175.1º | 0.39% | 0.98% | - |
| XYZ | 63.81 | 82.24 | 97.3 | - |
| YUV | 220.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 251 | 243 | 0.39 | 0 | 0.03 | 0.02 | 175.1 | 0.92 | 0.79 |
| Hex | 99 | FB | F3 | 27 | 0 | 3 | 2 | AF | 5C | 4F |
| Octal | 231 | 373 | 363 | 47 | 0 | 3 | 2 | 257 | 134 | 117 |
| Binary | 10011001 | 11111011 | 11110011 | 100111 | 0 | 11 | 10 | 10101111 | 1011100 | 1001111 |
Color Harmonies of #99FBF3
Complementary color
Monochromatic Colors of #99FBF3
Black with #99FBF3
Text Example
Text Example
White with #99FBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FBF3; }
p { color: rgb(153,251,243); }
H1.HeaderClassName
{
color: #99FBF3;
}
.AnyTagClassName
{
color: #99FBF3;
}
</style>
background-color css
<style>
a { background-color: #99FBF3; }
a { background-color: rgb(153,251,243); }
div.DivClassName
{
background-color: #99FBF3;
}
.BgClassName
{
background-color: #99FBF3;
}
</style>
border-color css
<style>
span { border-color: #99FBF3; }
span { border-color: rgb(153,251,243); }
td.TdClassName
{
border-color: #99FBF3;
}
.TagClassName
{
border-color: #99FBF3;
}
</style>