Shades of Pale Turquoise #97F6EA
Tints of Pale Turquoise #97F6EA
RGB
CMYK
RGB Variations
Color information
#97F6EA (or 0x97F6EA) is known color: Pale Turquoise. HEX triplet: 97, F6 and EA. RGB value is (151,246,234). Sum of RGB (Red+Green+Blue) = 151+246+234=631 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.93% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #97F6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F6EA is #680915. Grayscale: #D8D8D8. Windows color (decimal): -6818070 or 15398551. OLE color: 15398551.
HSL color Cylindrical-coordinate representation of color #97F6EA: hue angle of 172.42º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F6EA is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 246 | 234 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.04 |
| HSL | 172.42º | 0.84% | 0.78% | - |
| HSV(B) | 172.42º | 0.39% | 0.96% | - |
| XYZ | 60.57 | 78.43 | 89.79 | - |
| YUV | 216.23 | 138.03 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 246 | 234 | 0.39 | 0 | 0.05 | 0.04 | 172.42 | 0.84 | 0.78 |
| Hex | 97 | F6 | EA | 27 | 0 | 5 | 4 | AC | 54 | 4E |
| Octal | 227 | 366 | 352 | 47 | 0 | 5 | 4 | 254 | 124 | 116 |
| Binary | 10010111 | 11110110 | 11101010 | 100111 | 0 | 101 | 100 | 10101100 | 1010100 | 1001110 |
Color Harmonies of #97F6EA
Complementary color
Monochromatic Colors of #97F6EA
Black with #97F6EA
Text Example
Text Example
White with #97F6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F6EA; }
p { color: rgb(151,246,234); }
H1.HeaderClassName
{
color: #97F6EA;
}
.AnyTagClassName
{
color: #97F6EA;
}
</style>
background-color css
<style>
a { background-color: #97F6EA; }
a { background-color: rgb(151,246,234); }
div.DivClassName
{
background-color: #97F6EA;
}
.BgClassName
{
background-color: #97F6EA;
}
</style>
border-color css
<style>
span { border-color: #97F6EA; }
span { border-color: rgb(151,246,234); }
td.TdClassName
{
border-color: #97F6EA;
}
.TagClassName
{
border-color: #97F6EA;
}
</style>