Shades of Pale Turquoise #ABF5FE
Tints of Pale Turquoise #ABF5FE
RGB
CMYK
RGB Variations
Color information
#ABF5FE (or 0xABF5FE) is known color: Pale Turquoise. HEX triplet: AB, F5 and FE. RGB value is (171,245,254). Sum of RGB (Red+Green+Blue) = 171+245+254=670 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.52% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF5FE is #540A01. Grayscale: #DFDFDF. Windows color (decimal): -5507586 or 16709035. OLE color: 16709035.
HSL color Cylindrical-coordinate representation of color #ABF5FE: hue angle of 186.51º 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 #ABF5FE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 245 | 254 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.00 |
| HSL | 186.51º | 0.98% | 0.83% | - |
| HSV(B) | 186.51º | 0.33% | 1% | - |
| XYZ | 67.34 | 81.12 | 105.87 | - |
| YUV | 223.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 254 | 0.33 | 0.04 | 0 | 0.00 | 186.51 | 0.98 | 0.83 |
| Hex | AB | F5 | FE | 21 | 4 | 0 | 0 | BB | 62 | 53 |
| Octal | 253 | 365 | 376 | 41 | 4 | 0 | 0 | 273 | 142 | 123 |
| Binary | 10101011 | 11110101 | 11111110 | 100001 | 100 | 0 | 0 | 10111011 | 1100010 | 1010011 |
Color Harmonies of #ABF5FE
Complementary color
Monochromatic Colors of #ABF5FE
Black with #ABF5FE
Text Example
Text Example
White with #ABF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF5FE; }
p { color: rgb(171,245,254); }
H1.HeaderClassName
{
color: #ABF5FE;
}
.AnyTagClassName
{
color: #ABF5FE;
}
</style>
background-color css
<style>
a { background-color: #ABF5FE; }
a { background-color: rgb(171,245,254); }
div.DivClassName
{
background-color: #ABF5FE;
}
.BgClassName
{
background-color: #ABF5FE;
}
</style>
border-color css
<style>
span { border-color: #ABF5FE; }
span { border-color: rgb(171,245,254); }
td.TdClassName
{
border-color: #ABF5FE;
}
.TagClassName
{
border-color: #ABF5FE;
}
</style>