Shades of Pale Turquoise #ABF0FE
Tints of Pale Turquoise #ABF0FE
RGB
CMYK
RGB Variations
Color information
#ABF0FE (or 0xABF0FE) is known color: Pale Turquoise. HEX triplet: AB, F0 and FE. RGB value is (171,240,254). Sum of RGB (Red+Green+Blue) = 171+240+254=665 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.71% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0FE is #540F01. Grayscale: #DCDCDC. Windows color (decimal): -5508866 or 16707755. OLE color: 16707755.
HSL color Cylindrical-coordinate representation of color #ABF0FE: hue angle of 190.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABF0FE is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 240 | 254 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.00 |
| HSL | 190.12º | 0.98% | 0.83% | - |
| HSV(B) | 190.12º | 0.33% | 1% | - |
| XYZ | 65.84 | 78.13 | 105.38 | - |
| YUV | 220.97 | 146.64 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 254 | 0.33 | 0.06 | 0 | 0.00 | 190.12 | 0.98 | 0.83 |
| Hex | AB | F0 | FE | 21 | 6 | 0 | 0 | BE | 62 | 53 |
| Octal | 253 | 360 | 376 | 41 | 6 | 0 | 0 | 276 | 142 | 123 |
| Binary | 10101011 | 11110000 | 11111110 | 100001 | 110 | 0 | 0 | 10111110 | 1100010 | 1010011 |
Color Harmonies of #ABF0FE
Complementary color
Monochromatic Colors of #ABF0FE
Black with #ABF0FE
Text Example
Text Example
White with #ABF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0FE; }
p { color: rgb(171,240,254); }
H1.HeaderClassName
{
color: #ABF0FE;
}
.AnyTagClassName
{
color: #ABF0FE;
}
</style>
background-color css
<style>
a { background-color: #ABF0FE; }
a { background-color: rgb(171,240,254); }
div.DivClassName
{
background-color: #ABF0FE;
}
.BgClassName
{
background-color: #ABF0FE;
}
</style>
border-color css
<style>
span { border-color: #ABF0FE; }
span { border-color: rgb(171,240,254); }
td.TdClassName
{
border-color: #ABF0FE;
}
.TagClassName
{
border-color: #ABF0FE;
}
</style>