Shades of Pale Turquoise #ABFEEE
Tints of Pale Turquoise #ABFEEE
RGB
CMYK
RGB Variations
Color information
#ABFEEE (or 0xABFEEE) is known color: Pale Turquoise. HEX triplet: AB, FE and EE. RGB value is (171,254,238). Sum of RGB (Red+Green+Blue) = 171+254+238=663 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.79% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEEE is #540111. Grayscale: #E3E3E3. Windows color (decimal): -5505298 or 15662763. OLE color: 15662763.
HSL color Cylindrical-coordinate representation of color #ABFEEE: hue angle of 168.43º 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 #ABFEEE is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 238 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.00 |
| HSL | 168.43º | 0.98% | 0.83% | - |
| HSV(B) | 168.43º | 0.33% | 1% | - |
| XYZ | 67.67 | 85.71 | 93.87 | - |
| YUV | 227.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 238 | 0.33 | 0 | 0.06 | 0.00 | 168.43 | 0.98 | 0.83 |
| Hex | AB | FE | EE | 21 | 0 | 6 | 0 | A8 | 62 | 53 |
| Octal | 253 | 376 | 356 | 41 | 0 | 6 | 0 | 250 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11101110 | 100001 | 0 | 110 | 0 | 10101000 | 1100010 | 1010011 |
Color Harmonies of #ABFEEE
Complementary color
Monochromatic Colors of #ABFEEE
Black with #ABFEEE
Text Example
Text Example
White with #ABFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEEE; }
p { color: rgb(171,254,238); }
H1.HeaderClassName
{
color: #ABFEEE;
}
.AnyTagClassName
{
color: #ABFEEE;
}
</style>
background-color css
<style>
a { background-color: #ABFEEE; }
a { background-color: rgb(171,254,238); }
div.DivClassName
{
background-color: #ABFEEE;
}
.BgClassName
{
background-color: #ABFEEE;
}
</style>
border-color css
<style>
span { border-color: #ABFEEE; }
span { border-color: rgb(171,254,238); }
td.TdClassName
{
border-color: #ABFEEE;
}
.TagClassName
{
border-color: #ABFEEE;
}
</style>