Shades of Pale Turquoise #98FAF3
Tints of Pale Turquoise #98FAF3
RGB
CMYK
RGB Variations
Color information
#98FAF3 (or 0x98FAF3) is known color: Pale Turquoise. HEX triplet: 98, FA and F3. RGB value is (152,250,243). Sum of RGB (Red+Green+Blue) = 152+250+243=645 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.57% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #98FAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FAF3 is #67050C. Grayscale: #DBDBDB. Windows color (decimal): -6751501 or 15989400. OLE color: 15989400.
HSL color Cylindrical-coordinate representation of color #98FAF3: hue angle of 175.71º degrees, saturation: 0.91, 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 #98FAF3 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 250 | 243 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.02 |
| HSL | 175.71º | 0.91% | 0.79% | - |
| HSV(B) | 175.71º | 0.39% | 0.98% | - |
| XYZ | 63.31 | 81.52 | 97.19 | - |
| YUV | 219.9 | 141.03 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 250 | 243 | 0.39 | 0 | 0.03 | 0.02 | 175.71 | 0.91 | 0.79 |
| Hex | 98 | FA | F3 | 27 | 0 | 3 | 2 | B0 | 5B | 4F |
| Octal | 230 | 372 | 363 | 47 | 0 | 3 | 2 | 260 | 133 | 117 |
| Binary | 10011000 | 11111010 | 11110011 | 100111 | 0 | 11 | 10 | 10110000 | 1011011 | 1001111 |
Color Harmonies of #98FAF3
Complementary color
Monochromatic Colors of #98FAF3
Black with #98FAF3
Text Example
Text Example
White with #98FAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FAF3; }
p { color: rgb(152,250,243); }
H1.HeaderClassName
{
color: #98FAF3;
}
.AnyTagClassName
{
color: #98FAF3;
}
</style>
background-color css
<style>
a { background-color: #98FAF3; }
a { background-color: rgb(152,250,243); }
div.DivClassName
{
background-color: #98FAF3;
}
.BgClassName
{
background-color: #98FAF3;
}
</style>
border-color css
<style>
span { border-color: #98FAF3; }
span { border-color: rgb(152,250,243); }
td.TdClassName
{
border-color: #98FAF3;
}
.TagClassName
{
border-color: #98FAF3;
}
</style>