Shades of Pale Turquoise #ABF0EE
Tints of Pale Turquoise #ABF0EE
RGB
CMYK
RGB Variations
Color information
#ABF0EE (or 0xABF0EE) is known color: Pale Turquoise. HEX triplet: AB, F0 and EE. RGB value is (171,240,238). Sum of RGB (Red+Green+Blue) = 171+240+238=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0EE is #540F11. Grayscale: #DBDBDB. Windows color (decimal): -5508882 or 15659179. OLE color: 15659179.
HSL color Cylindrical-coordinate representation of color #ABF0EE: hue angle of 178.26º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0EE is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 238 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.06 |
| HSL | 178.26º | 0.7% | 0.81% | - |
| HSV(B) | 178.26º | 0.29% | 0.94% | - |
| XYZ | 63.39 | 77.15 | 92.44 | - |
| YUV | 219.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 238 | 0.29 | 0 | 0.01 | 0.06 | 178.26 | 0.7 | 0.81 |
| Hex | AB | F0 | EE | 1D | 0 | 1 | 6 | B2 | 46 | 51 |
| Octal | 253 | 360 | 356 | 35 | 0 | 1 | 6 | 262 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11101110 | 11101 | 0 | 1 | 110 | 10110010 | 1000110 | 1010001 |
Color Harmonies of #ABF0EE
Complementary color
Monochromatic Colors of #ABF0EE
Black with #ABF0EE
Text Example
Text Example
White with #ABF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0EE; }
p { color: rgb(171,240,238); }
H1.HeaderClassName
{
color: #ABF0EE;
}
.AnyTagClassName
{
color: #ABF0EE;
}
</style>
background-color css
<style>
a { background-color: #ABF0EE; }
a { background-color: rgb(171,240,238); }
div.DivClassName
{
background-color: #ABF0EE;
}
.BgClassName
{
background-color: #ABF0EE;
}
</style>
border-color css
<style>
span { border-color: #ABF0EE; }
span { border-color: rgb(171,240,238); }
td.TdClassName
{
border-color: #ABF0EE;
}
.TagClassName
{
border-color: #ABF0EE;
}
</style>