Shades of Pale Turquoise #ABECEF
Tints of Pale Turquoise #ABECEF
RGB
CMYK
RGB Variations
Color information
#ABECEF (or 0xABECEF) is known color: Pale Turquoise. HEX triplet: AB, EC and EF. RGB value is (171,236,239). Sum of RGB (Red+Green+Blue) = 171+236+239=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECEF is #541310. Grayscale: #D8D8D8. Windows color (decimal): -5509905 or 15723691. OLE color: 15723691.
HSL color Cylindrical-coordinate representation of color #ABECEF: hue angle of 182.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECEF is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 236 | 239 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.06 |
| HSL | 182.65º | 0.68% | 0.8% | - |
| HSV(B) | 182.65º | 0.28% | 0.94% | - |
| XYZ | 62.37 | 74.88 | 92.83 | - |
| YUV | 216.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 239 | 0.28 | 0.01 | 0 | 0.06 | 182.65 | 0.68 | 0.8 |
| Hex | AB | EC | EF | 1C | 1 | 0 | 6 | B7 | 44 | 50 |
| Octal | 253 | 354 | 357 | 34 | 1 | 0 | 6 | 267 | 104 | 120 |
| Binary | 10101011 | 11101100 | 11101111 | 11100 | 1 | 0 | 110 | 10110111 | 1000100 | 1010000 |
Color Harmonies of #ABECEF
Complementary color
Monochromatic Colors of #ABECEF
Black with #ABECEF
Text Example
Text Example
White with #ABECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECEF; }
p { color: rgb(171,236,239); }
H1.HeaderClassName
{
color: #ABECEF;
}
.AnyTagClassName
{
color: #ABECEF;
}
</style>
background-color css
<style>
a { background-color: #ABECEF; }
a { background-color: rgb(171,236,239); }
div.DivClassName
{
background-color: #ABECEF;
}
.BgClassName
{
background-color: #ABECEF;
}
</style>
border-color css
<style>
span { border-color: #ABECEF; }
span { border-color: rgb(171,236,239); }
td.TdClassName
{
border-color: #ABECEF;
}
.TagClassName
{
border-color: #ABECEF;
}
</style>