Shades of Pale Turquoise #ABFCFF
Tints of Pale Turquoise #ABFCFF
RGB
CMYK
RGB Variations
Color information
#ABFCFF (or 0xABFCFF) is known color: Pale Turquoise. HEX triplet: AB, FC and FF. RGB value is (171,252,255). Sum of RGB (Red+Green+Blue) = 171+252+255=678 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.22% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCFF is #540300. Grayscale: #E4E4E4. Windows color (decimal): -5505793 or 16776363. OLE color: 16776363.
HSL color Cylindrical-coordinate representation of color #ABFCFF: hue angle of 182.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFCFF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 252 | 255 | - |
| CMYK | 0.33 | 0.01 | 0 | 0 |
| HSL | 182.14º | 1% | 0.84% | - |
| HSV(B) | 182.14º | 0.33% | 1% | - |
| XYZ | 69.65 | 85.5 | 107.44 | - |
| YUV | 228.12 | 143.16 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 255 | 0.33 | 0.01 | 0 | 0 | 182.14 | 1 | 0.84 |
| Hex | AB | FC | FF | 21 | 1 | 0 | 0 | B6 | 64 | 54 |
| Octal | 253 | 374 | 377 | 41 | 1 | 0 | 0 | 266 | 144 | 124 |
| Binary | 10101011 | 11111100 | 11111111 | 100001 | 1 | 0 | 0 | 10110110 | 1100100 | 1010100 |
Color Harmonies of #ABFCFF
Complementary color
Monochromatic Colors of #ABFCFF
Black with #ABFCFF
Text Example
Text Example
White with #ABFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCFF; }
p { color: rgb(171,252,255); }
H1.HeaderClassName
{
color: #ABFCFF;
}
.AnyTagClassName
{
color: #ABFCFF;
}
</style>
background-color css
<style>
a { background-color: #ABFCFF; }
a { background-color: rgb(171,252,255); }
div.DivClassName
{
background-color: #ABFCFF;
}
.BgClassName
{
background-color: #ABFCFF;
}
</style>
border-color css
<style>
span { border-color: #ABFCFF; }
span { border-color: rgb(171,252,255); }
td.TdClassName
{
border-color: #ABFCFF;
}
.TagClassName
{
border-color: #ABFCFF;
}
</style>