Shades of Pale Turquoise #97FDE9
Tints of Pale Turquoise #97FDE9
RGB
CMYK
RGB Variations
Color information
#97FDE9 (or 0x97FDE9) is known color: Pale Turquoise. HEX triplet: 97, FD and E9. RGB value is (151,253,233). Sum of RGB (Red+Green+Blue) = 151+253+233=637 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.70% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #97FDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FDE9 is #680216. Grayscale: #DCDCDC. Windows color (decimal): -6816279 or 15334807. OLE color: 15334807.
HSL color Cylindrical-coordinate representation of color #97FDE9: hue angle of 168.24º 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 #97FDE9 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 253 | 233 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.01 |
| HSL | 168.24º | 0.96% | 0.79% | - |
| HSV(B) | 168.24º | 0.4% | 0.99% | - |
| XYZ | 62.6 | 82.71 | 89.76 | - |
| YUV | 220.22 | 135.21 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 253 | 233 | 0.40 | 0 | 0.08 | 0.01 | 168.24 | 0.96 | 0.79 |
| Hex | 97 | FD | E9 | 28 | 0 | 8 | 1 | A8 | 60 | 4F |
| Octal | 227 | 375 | 351 | 50 | 0 | 10 | 1 | 250 | 140 | 117 |
| Binary | 10010111 | 11111101 | 11101001 | 101000 | 0 | 1000 | 1 | 10101000 | 1100000 | 1001111 |
Color Harmonies of #97FDE9
Complementary color
Monochromatic Colors of #97FDE9
Black with #97FDE9
Text Example
Text Example
White with #97FDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FDE9; }
p { color: rgb(151,253,233); }
H1.HeaderClassName
{
color: #97FDE9;
}
.AnyTagClassName
{
color: #97FDE9;
}
</style>
background-color css
<style>
a { background-color: #97FDE9; }
a { background-color: rgb(151,253,233); }
div.DivClassName
{
background-color: #97FDE9;
}
.BgClassName
{
background-color: #97FDE9;
}
</style>
border-color css
<style>
span { border-color: #97FDE9; }
span { border-color: rgb(151,253,233); }
td.TdClassName
{
border-color: #97FDE9;
}
.TagClassName
{
border-color: #97FDE9;
}
</style>