Shades of Pale Turquoise #97F2E8
Tints of Pale Turquoise #97F2E8
RGB
CMYK
RGB Variations
Color information
#97F2E8 (or 0x97F2E8) is known color: Pale Turquoise. HEX triplet: 97, F2 and E8. RGB value is (151,242,232). Sum of RGB (Red+Green+Blue) = 151+242+232=625 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.16% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F2E8 is #680D17. Grayscale: #D5D5D5. Windows color (decimal): -6819096 or 15266455. OLE color: 15266455.
HSL color Cylindrical-coordinate representation of color #97F2E8: hue angle of 173.41º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F2E8 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 242 | 232 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.05 |
| HSL | 173.41º | 0.78% | 0.77% | - |
| HSV(B) | 173.41º | 0.38% | 0.95% | - |
| XYZ | 59.08 | 75.91 | 87.88 | - |
| YUV | 213.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 242 | 232 | 0.38 | 0 | 0.04 | 0.05 | 173.41 | 0.78 | 0.77 |
| Hex | 97 | F2 | E8 | 26 | 0 | 4 | 5 | AD | 4E | 4D |
| Octal | 227 | 362 | 350 | 46 | 0 | 4 | 5 | 255 | 116 | 115 |
| Binary | 10010111 | 11110010 | 11101000 | 100110 | 0 | 100 | 101 | 10101101 | 1001110 | 1001101 |
Color Harmonies of #97F2E8
Complementary color
Monochromatic Colors of #97F2E8
Black with #97F2E8
Text Example
Text Example
White with #97F2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F2E8; }
p { color: rgb(151,242,232); }
H1.HeaderClassName
{
color: #97F2E8;
}
.AnyTagClassName
{
color: #97F2E8;
}
</style>
background-color css
<style>
a { background-color: #97F2E8; }
a { background-color: rgb(151,242,232); }
div.DivClassName
{
background-color: #97F2E8;
}
.BgClassName
{
background-color: #97F2E8;
}
</style>
border-color css
<style>
span { border-color: #97F2E8; }
span { border-color: rgb(151,242,232); }
td.TdClassName
{
border-color: #97F2E8;
}
.TagClassName
{
border-color: #97F2E8;
}
</style>