Shades of Pale Turquoise #ABFBFD
Tints of Pale Turquoise #ABFBFD
RGB
CMYK
RGB Variations
Color information
#ABFBFD (or 0xABFBFD) is known color: Pale Turquoise. HEX triplet: AB, FB and FD. RGB value is (171,251,253). Sum of RGB (Red+Green+Blue) = 171+251+253=675 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.33% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABFBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBFD is #540402. Grayscale: #E3E3E3. Windows color (decimal): -5506051 or 16645035. OLE color: 16645035.
HSL color Cylindrical-coordinate representation of color #ABFBFD: hue angle of 181.46º 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 #ABFBFD is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 251 | 253 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.01 |
| HSL | 181.46º | 0.95% | 0.83% | - |
| HSV(B) | 181.46º | 0.32% | 0.99% | - |
| XYZ | 69.02 | 84.74 | 105.65 | - |
| YUV | 227.31 | 142.5 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 253 | 0.32 | 0.01 | 0 | 0.01 | 181.46 | 0.95 | 0.83 |
| Hex | AB | FB | FD | 20 | 1 | 0 | 1 | B5 | 5F | 53 |
| Octal | 253 | 373 | 375 | 40 | 1 | 0 | 1 | 265 | 137 | 123 |
| Binary | 10101011 | 11111011 | 11111101 | 100000 | 1 | 0 | 1 | 10110101 | 1011111 | 1010011 |
Color Harmonies of #ABFBFD
Complementary color
Monochromatic Colors of #ABFBFD
Black with #ABFBFD
Text Example
Text Example
White with #ABFBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBFD; }
p { color: rgb(171,251,253); }
H1.HeaderClassName
{
color: #ABFBFD;
}
.AnyTagClassName
{
color: #ABFBFD;
}
</style>
background-color css
<style>
a { background-color: #ABFBFD; }
a { background-color: rgb(171,251,253); }
div.DivClassName
{
background-color: #ABFBFD;
}
.BgClassName
{
background-color: #ABFBFD;
}
</style>
border-color css
<style>
span { border-color: #ABFBFD; }
span { border-color: rgb(171,251,253); }
td.TdClassName
{
border-color: #ABFBFD;
}
.TagClassName
{
border-color: #ABFBFD;
}
</style>