Shades of Pale Turquoise #A0FBED
Tints of Pale Turquoise #A0FBED
RGB
CMYK
RGB Variations
Color information
#A0FBED (or 0xA0FBED) is known color: Pale Turquoise. HEX triplet: A0, FB and ED. RGB value is (160,251,237). Sum of RGB (Red+Green+Blue) = 160+251+237=648 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.69% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FBED is #5F0412. Grayscale: #DEDEDE. Windows color (decimal): -6226963 or 15596448. OLE color: 15596448.
HSL color Cylindrical-coordinate representation of color #A0FBED: hue angle of 170.77º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FBED is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 160 | 251 | 237 | - |
CMYK | 0.36 | 0 | 0.06 | 0.02 |
HSL | 170.77º | 0.92% | 0.81% | - |
HSV(B) | 170.77º | 0.36% | 0.98% | - |
XYZ | 64.28 | 82.58 | 92.67 | - |
YUV | 222.2 | 136.35 | 83.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 251 | 237 | 0.36 | 0 | 0.06 | 0.02 | 170.77 | 0.92 | 0.81 |
Hex | A0 | FB | ED | 24 | 0 | 6 | 2 | AB | 5C | 51 |
Octal | 240 | 373 | 355 | 44 | 0 | 6 | 2 | 253 | 134 | 121 |
Binary | 10100000 | 11111011 | 11101101 | 100100 | 0 | 110 | 10 | 10101011 | 1011100 | 1010001 |
Color Harmonies of #A0FBED
Complementary color
Monochromatic Colors of #A0FBED
Black with #A0FBED
Text Example
Text Example
White with #A0FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FBED; }
p { color: rgb(160,251,237); }
H1.HeaderClassName
{
color: #A0FBED;
}
.AnyTagClassName
{
color: #A0FBED;
}
</style>
background-color css
<style>
a { background-color: #A0FBED; }
a { background-color: rgb(160,251,237); }
div.DivClassName
{
background-color: #A0FBED;
}
.BgClassName
{
background-color: #A0FBED;
}
</style>
border-color css
<style>
span { border-color: #A0FBED; }
span { border-color: rgb(160,251,237); }
td.TdClassName
{
border-color: #A0FBED;
}
.TagClassName
{
border-color: #A0FBED;
}
</style>