Shades of Pale Turquoise #98FBF6
Tints of Pale Turquoise #98FBF6
RGB
CMYK
RGB Variations
Color information
#98FBF6 (or 0x98FBF6) is known color: Pale Turquoise. HEX triplet: 98, FB and F6. RGB value is (152,251,246). Sum of RGB (Red+Green+Blue) = 152+251+246=649 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.42% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #98FBF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FBF6 is #670409. Grayscale: #DCDCDC. Windows color (decimal): -6751242 or 16186264. OLE color: 16186264.
HSL color Cylindrical-coordinate representation of color #98FBF6: hue angle of 176.97º degrees, saturation: 0.93, 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 #98FBF6 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 251 | 246 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.02 |
| HSL | 176.97º | 0.93% | 0.79% | - |
| HSV(B) | 176.97º | 0.39% | 0.98% | - |
| XYZ | 64.08 | 82.32 | 99.7 | - |
| YUV | 220.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 251 | 246 | 0.39 | 0 | 0.02 | 0.02 | 176.97 | 0.93 | 0.79 |
| Hex | 98 | FB | F6 | 27 | 0 | 2 | 2 | B1 | 5D | 4F |
| Octal | 230 | 373 | 366 | 47 | 0 | 2 | 2 | 261 | 135 | 117 |
| Binary | 10011000 | 11111011 | 11110110 | 100111 | 0 | 10 | 10 | 10110001 | 1011101 | 1001111 |
Color Harmonies of #98FBF6
Complementary color
Monochromatic Colors of #98FBF6
Black with #98FBF6
Text Example
Text Example
White with #98FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FBF6; }
p { color: rgb(152,251,246); }
H1.HeaderClassName
{
color: #98FBF6;
}
.AnyTagClassName
{
color: #98FBF6;
}
</style>
background-color css
<style>
a { background-color: #98FBF6; }
a { background-color: rgb(152,251,246); }
div.DivClassName
{
background-color: #98FBF6;
}
.BgClassName
{
background-color: #98FBF6;
}
</style>
border-color css
<style>
span { border-color: #98FBF6; }
span { border-color: rgb(152,251,246); }
td.TdClassName
{
border-color: #98FBF6;
}
.TagClassName
{
border-color: #98FBF6;
}
</style>