Shades of Pale Turquoise #ABF2FA
Tints of Pale Turquoise #ABF2FA
RGB
CMYK
RGB Variations
Color information
#ABF2FA (or 0xABF2FA) is known color: Pale Turquoise. HEX triplet: AB, F2 and FA. RGB value is (171,242,250). Sum of RGB (Red+Green+Blue) = 171+242+250=663 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.79% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2FA is #540D05. Grayscale: #DDDDDD. Windows color (decimal): -5508358 or 16446123. OLE color: 16446123.
HSL color Cylindrical-coordinate representation of color #ABF2FA: hue angle of 186.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABF2FA is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 242 | 250 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.02 |
| HSL | 186.08º | 0.89% | 0.83% | - |
| HSV(B) | 186.08º | 0.32% | 0.98% | - |
| XYZ | 65.8 | 79.06 | 102.24 | - |
| YUV | 221.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 250 | 0.32 | 0.03 | 0 | 0.02 | 186.08 | 0.89 | 0.83 |
| Hex | AB | F2 | FA | 20 | 3 | 0 | 2 | BA | 59 | 53 |
| Octal | 253 | 362 | 372 | 40 | 3 | 0 | 2 | 272 | 131 | 123 |
| Binary | 10101011 | 11110010 | 11111010 | 100000 | 11 | 0 | 10 | 10111010 | 1011001 | 1010011 |
Color Harmonies of #ABF2FA
Complementary color
Monochromatic Colors of #ABF2FA
Black with #ABF2FA
Text Example
Text Example
White with #ABF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2FA; }
p { color: rgb(171,242,250); }
H1.HeaderClassName
{
color: #ABF2FA;
}
.AnyTagClassName
{
color: #ABF2FA;
}
</style>
background-color css
<style>
a { background-color: #ABF2FA; }
a { background-color: rgb(171,242,250); }
div.DivClassName
{
background-color: #ABF2FA;
}
.BgClassName
{
background-color: #ABF2FA;
}
</style>
border-color css
<style>
span { border-color: #ABF2FA; }
span { border-color: rgb(171,242,250); }
td.TdClassName
{
border-color: #ABF2FA;
}
.TagClassName
{
border-color: #ABF2FA;
}
</style>