Shades of Pale Turquoise #97FFEF
Tints of Pale Turquoise #97FFEF
RGB
CMYK
RGB Variations
Color information
#97FFEF (or 0x97FFEF) is known color: Pale Turquoise. HEX triplet: 97, FF and EF. RGB value is (151,255,239). Sum of RGB (Red+Green+Blue) = 151+255+239=645 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.41% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFEF is #680010. Grayscale: #DEDEDE. Windows color (decimal): -6815761 or 15728535. OLE color: 15728535.
HSL color Cylindrical-coordinate representation of color #97FFEF: hue angle of 170.77º 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 #97FFEF is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 239 | - |
| CMYK | 0.41 | 0 | 0.06 | 0 |
| HSL | 170.77º | 1% | 0.8% | - |
| HSV(B) | 170.77º | 0.41% | 1% | - |
| XYZ | 64.1 | 84.33 | 94.56 | - |
| YUV | 222.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 239 | 0.41 | 0 | 0.06 | 0 | 170.77 | 1 | 0.8 |
| Hex | 97 | FF | EF | 29 | 0 | 6 | 0 | AB | 64 | 50 |
| Octal | 227 | 377 | 357 | 51 | 0 | 6 | 0 | 253 | 144 | 120 |
| Binary | 10010111 | 11111111 | 11101111 | 101001 | 0 | 110 | 0 | 10101011 | 1100100 | 1010000 |
Color Harmonies of #97FFEF
Complementary color
Monochromatic Colors of #97FFEF
Black with #97FFEF
Text Example
Text Example
White with #97FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FFEF; }
p { color: rgb(151,255,239); }
H1.HeaderClassName
{
color: #97FFEF;
}
.AnyTagClassName
{
color: #97FFEF;
}
</style>
background-color css
<style>
a { background-color: #97FFEF; }
a { background-color: rgb(151,255,239); }
div.DivClassName
{
background-color: #97FFEF;
}
.BgClassName
{
background-color: #97FFEF;
}
</style>
border-color css
<style>
span { border-color: #97FFEF; }
span { border-color: rgb(151,255,239); }
td.TdClassName
{
border-color: #97FFEF;
}
.TagClassName
{
border-color: #97FFEF;
}
</style>