Shades of Pale Turquoise #97F8E9
Tints of Pale Turquoise #97F8E9
RGB
CMYK
RGB Variations
Color information
#97F8E9 (or 0x97F8E9) is known color: Pale Turquoise. HEX triplet: 97, F8 and E9. RGB value is (151,248,233). Sum of RGB (Red+Green+Blue) = 151+248+233=632 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.89% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #97F8E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F8E9 is #680716. Grayscale: #D9D9D9. Windows color (decimal): -6817559 or 15333527. OLE color: 15333527.
HSL color Cylindrical-coordinate representation of color #97F8E9: hue angle of 170.72º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F8E9 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 248 | 233 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.03 |
| HSL | 170.72º | 0.87% | 0.78% | - |
| HSV(B) | 170.72º | 0.39% | 0.97% | - |
| XYZ | 61.04 | 79.6 | 89.24 | - |
| YUV | 217.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 248 | 233 | 0.39 | 0 | 0.06 | 0.03 | 170.72 | 0.87 | 0.78 |
| Hex | 97 | F8 | E9 | 27 | 0 | 6 | 3 | AB | 57 | 4E |
| Octal | 227 | 370 | 351 | 47 | 0 | 6 | 3 | 253 | 127 | 116 |
| Binary | 10010111 | 11111000 | 11101001 | 100111 | 0 | 110 | 11 | 10101011 | 1010111 | 1001110 |
Color Harmonies of #97F8E9
Complementary color
Monochromatic Colors of #97F8E9
Black with #97F8E9
Text Example
Text Example
White with #97F8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F8E9; }
p { color: rgb(151,248,233); }
H1.HeaderClassName
{
color: #97F8E9;
}
.AnyTagClassName
{
color: #97F8E9;
}
</style>
background-color css
<style>
a { background-color: #97F8E9; }
a { background-color: rgb(151,248,233); }
div.DivClassName
{
background-color: #97F8E9;
}
.BgClassName
{
background-color: #97F8E9;
}
</style>
border-color css
<style>
span { border-color: #97F8E9; }
span { border-color: rgb(151,248,233); }
td.TdClassName
{
border-color: #97F8E9;
}
.TagClassName
{
border-color: #97F8E9;
}
</style>