Shades of Pale Turquoise #97FFEE
Tints of Pale Turquoise #97FFEE
RGB
CMYK
RGB Variations
Color information
#97FFEE (or 0x97FFEE) is known color: Pale Turquoise. HEX triplet: 97, FF and EE. RGB value is (151,255,238). Sum of RGB (Red+Green+Blue) = 151+255+238=644 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.45% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFEE is #680011. Grayscale: #DDDDDD. Windows color (decimal): -6815762 or 15662999. OLE color: 15662999.
HSL color Cylindrical-coordinate representation of color #97FFEE: hue angle of 170.19º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFEE is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 238 | - |
| CMYK | 0.41 | 0 | 0.07 | 0 |
| HSL | 170.19º | 1% | 0.8% | - |
| HSV(B) | 170.19º | 0.41% | 1% | - |
| XYZ | 63.96 | 84.27 | 93.78 | - |
| YUV | 221.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 238 | 0.41 | 0 | 0.07 | 0 | 170.19 | 1 | 0.8 |
| Hex | 97 | FF | EE | 29 | 0 | 7 | 0 | AA | 64 | 50 |
| Octal | 227 | 377 | 356 | 51 | 0 | 7 | 0 | 252 | 144 | 120 |
| Binary | 10010111 | 11111111 | 11101110 | 101001 | 0 | 111 | 0 | 10101010 | 1100100 | 1010000 |
Color Harmonies of #97FFEE
Complementary color
Monochromatic Colors of #97FFEE
Black with #97FFEE
Text Example
Text Example
White with #97FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFEE; }
p { color: rgb(151,255,238); }
H1.HeaderClassName
{
color: #97FFEE;
}
.AnyTagClassName
{
color: #97FFEE;
}
</style>
background-color css
<style>
a { background-color: #97FFEE; }
a { background-color: rgb(151,255,238); }
div.DivClassName
{
background-color: #97FFEE;
}
.BgClassName
{
background-color: #97FFEE;
}
</style>
border-color css
<style>
span { border-color: #97FFEE; }
span { border-color: rgb(151,255,238); }
td.TdClassName
{
border-color: #97FFEE;
}
.TagClassName
{
border-color: #97FFEE;
}
</style>