Shades of Pale Turquoise #98FDF3
Tints of Pale Turquoise #98FDF3
RGB
CMYK
RGB Variations
Color information
#98FDF3 (or 0x98FDF3) is known color: Pale Turquoise. HEX triplet: 98, FD and F3. RGB value is (152,253,243). Sum of RGB (Red+Green+Blue) = 152+253+243=648 (85% of max value = 765). Red value is 152 (59.77% from 255 or 23.46% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #98FDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FDF3 is #67020C. Grayscale: #DDDDDD. Windows color (decimal): -6750733 or 15990168. OLE color: 15990168.
HSL color Cylindrical-coordinate representation of color #98FDF3: hue angle of 174.06º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FDF3 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 152 | 253 | 243 | - |
CMYK | 0.40 | 0 | 0.04 | 0.01 |
HSL | 174.06º | 0.96% | 0.79% | - |
HSV(B) | 174.06º | 0.4% | 0.99% | - |
XYZ | 64.25 | 83.4 | 97.5 | - |
YUV | 221.66 | 140.04 | 78.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 152 | 253 | 243 | 0.40 | 0 | 0.04 | 0.01 | 174.06 | 0.96 | 0.79 |
Hex | 98 | FD | F3 | 28 | 0 | 4 | 1 | AE | 60 | 4F |
Octal | 230 | 375 | 363 | 50 | 0 | 4 | 1 | 256 | 140 | 117 |
Binary | 10011000 | 11111101 | 11110011 | 101000 | 0 | 100 | 1 | 10101110 | 1100000 | 1001111 |
Color Harmonies of #98FDF3
Complementary color
Monochromatic Colors of #98FDF3
Black with #98FDF3
Text Example
Text Example
White with #98FDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FDF3; }
p { color: rgb(152,253,243); }
H1.HeaderClassName
{
color: #98FDF3;
}
.AnyTagClassName
{
color: #98FDF3;
}
</style>
background-color css
<style>
a { background-color: #98FDF3; }
a { background-color: rgb(152,253,243); }
div.DivClassName
{
background-color: #98FDF3;
}
.BgClassName
{
background-color: #98FDF3;
}
</style>
border-color css
<style>
span { border-color: #98FDF3; }
span { border-color: rgb(152,253,243); }
td.TdClassName
{
border-color: #98FDF3;
}
.TagClassName
{
border-color: #98FDF3;
}
</style>