Shades of Pale Turquoise #A3FBED
Tints of Pale Turquoise #A3FBED
RGB
CMYK
RGB Variations
Color information
#A3FBED (or 0xA3FBED) is known color: Pale Turquoise. HEX triplet: A3, FB and ED. RGB value is (163,251,237). Sum of RGB (Red+Green+Blue) = 163+251+237=651 (86% of max value = 765). Red value is 163 (64.06% from 255 or 25.04% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FBED is #5C0412. Grayscale: #DFDFDF. Windows color (decimal): -6030355 or 15596451. OLE color: 15596451.
HSL color Cylindrical-coordinate representation of color #A3FBED: hue angle of 170.45º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FBED is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 251 | 237 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.02 |
| HSL | 170.45º | 0.92% | 0.81% | - |
| HSV(B) | 170.45º | 0.35% | 0.98% | - |
| XYZ | 64.89 | 82.9 | 92.7 | - |
| YUV | 223.09 | 135.85 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 251 | 237 | 0.35 | 0 | 0.06 | 0.02 | 170.45 | 0.92 | 0.81 |
| Hex | A3 | FB | ED | 23 | 0 | 6 | 2 | AA | 5C | 51 |
| Octal | 243 | 373 | 355 | 43 | 0 | 6 | 2 | 252 | 134 | 121 |
| Binary | 10100011 | 11111011 | 11101101 | 100011 | 0 | 110 | 10 | 10101010 | 1011100 | 1010001 |
Color Harmonies of #A3FBED
Complementary color
Monochromatic Colors of #A3FBED
Black with #A3FBED
Text Example
Text Example
White with #A3FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FBED; }
p { color: rgb(163,251,237); }
H1.HeaderClassName
{
color: #A3FBED;
}
.AnyTagClassName
{
color: #A3FBED;
}
</style>
background-color css
<style>
a { background-color: #A3FBED; }
a { background-color: rgb(163,251,237); }
div.DivClassName
{
background-color: #A3FBED;
}
.BgClassName
{
background-color: #A3FBED;
}
</style>
border-color css
<style>
span { border-color: #A3FBED; }
span { border-color: rgb(163,251,237); }
td.TdClassName
{
border-color: #A3FBED;
}
.TagClassName
{
border-color: #A3FBED;
}
</style>