Shades of Pale Turquoise #ABFCFD
Tints of Pale Turquoise #ABFCFD
RGB
CMYK
RGB Variations
Color information
#ABFCFD (or 0xABFCFD) is known color: Pale Turquoise. HEX triplet: AB, FC and FD. RGB value is (171,252,253). Sum of RGB (Red+Green+Blue) = 171+252+253=676 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.30% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABFCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCFD is #540302. Grayscale: #E3E3E3. Windows color (decimal): -5505795 or 16645291. OLE color: 16645291.
HSL color Cylindrical-coordinate representation of color #ABFCFD: hue angle of 180.73º 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 #ABFCFD is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 253 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.01 |
| HSL | 180.73º | 0.95% | 0.83% | - |
| HSV(B) | 180.73º | 0.32% | 0.99% | - |
| XYZ | 69.33 | 85.37 | 105.75 | - |
| YUV | 227.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 253 | 0.32 | 0.00 | 0 | 0.01 | 180.73 | 0.95 | 0.83 |
| Hex | AB | FC | FD | 20 | 0 | 0 | 1 | B5 | 5F | 53 |
| Octal | 253 | 374 | 375 | 40 | 0 | 0 | 1 | 265 | 137 | 123 |
| Binary | 10101011 | 11111100 | 11111101 | 100000 | 0 | 0 | 1 | 10110101 | 1011111 | 1010011 |
Color Harmonies of #ABFCFD
Complementary color
Monochromatic Colors of #ABFCFD
Black with #ABFCFD
Text Example
Text Example
White with #ABFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCFD; }
p { color: rgb(171,252,253); }
H1.HeaderClassName
{
color: #ABFCFD;
}
.AnyTagClassName
{
color: #ABFCFD;
}
</style>
background-color css
<style>
a { background-color: #ABFCFD; }
a { background-color: rgb(171,252,253); }
div.DivClassName
{
background-color: #ABFCFD;
}
.BgClassName
{
background-color: #ABFCFD;
}
</style>
border-color css
<style>
span { border-color: #ABFCFD; }
span { border-color: rgb(171,252,253); }
td.TdClassName
{
border-color: #ABFCFD;
}
.TagClassName
{
border-color: #ABFCFD;
}
</style>