Shades of Pale Turquoise #ABFDEE
Tints of Pale Turquoise #ABFDEE
RGB
CMYK
RGB Variations
Color information
#ABFDEE (or 0xABFDEE) is known color: Pale Turquoise. HEX triplet: AB, FD and EE. RGB value is (171,253,238). Sum of RGB (Red+Green+Blue) = 171+253+238=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDEE is #540211. Grayscale: #E2E2E2. Windows color (decimal): -5505554 or 15662507. OLE color: 15662507.
HSL color Cylindrical-coordinate representation of color #ABFDEE: hue angle of 169.02º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDEE is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 238 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.01 |
| HSL | 169.02º | 0.95% | 0.83% | - |
| HSV(B) | 169.02º | 0.32% | 0.99% | - |
| XYZ | 67.35 | 85.08 | 93.76 | - |
| YUV | 226.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 238 | 0.32 | 0 | 0.06 | 0.01 | 169.02 | 0.95 | 0.83 |
| Hex | AB | FD | EE | 20 | 0 | 6 | 1 | A9 | 5F | 53 |
| Octal | 253 | 375 | 356 | 40 | 0 | 6 | 1 | 251 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11101110 | 100000 | 0 | 110 | 1 | 10101001 | 1011111 | 1010011 |
Color Harmonies of #ABFDEE
Complementary color
Monochromatic Colors of #ABFDEE
Black with #ABFDEE
Text Example
Text Example
White with #ABFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDEE; }
p { color: rgb(171,253,238); }
H1.HeaderClassName
{
color: #ABFDEE;
}
.AnyTagClassName
{
color: #ABFDEE;
}
</style>
background-color css
<style>
a { background-color: #ABFDEE; }
a { background-color: rgb(171,253,238); }
div.DivClassName
{
background-color: #ABFDEE;
}
.BgClassName
{
background-color: #ABFDEE;
}
</style>
border-color css
<style>
span { border-color: #ABFDEE; }
span { border-color: rgb(171,253,238); }
td.TdClassName
{
border-color: #ABFDEE;
}
.TagClassName
{
border-color: #ABFDEE;
}
</style>