Shades of Pale Turquoise #A4FBED
Tints of Pale Turquoise #A4FBED
RGB
CMYK
RGB Variations
Color information
#A4FBED (or 0xA4FBED) is known color: Pale Turquoise. HEX triplet: A4, FB and ED. RGB value is (164,251,237). Sum of RGB (Red+Green+Blue) = 164+251+237=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FBED is #5B0412. Grayscale: #DFDFDF. Windows color (decimal): -5964819 or 15596452. OLE color: 15596452.
HSL color Cylindrical-coordinate representation of color #A4FBED: hue angle of 170.34º 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 #A4FBED is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 237 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.02 |
| HSL | 170.34º | 0.92% | 0.81% | - |
| HSV(B) | 170.34º | 0.35% | 0.98% | - |
| XYZ | 65.09 | 83 | 92.71 | - |
| YUV | 223.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 237 | 0.35 | 0 | 0.06 | 0.02 | 170.34 | 0.92 | 0.81 |
| Hex | A4 | FB | ED | 23 | 0 | 6 | 2 | AA | 5C | 51 |
| Octal | 244 | 373 | 355 | 43 | 0 | 6 | 2 | 252 | 134 | 121 |
| Binary | 10100100 | 11111011 | 11101101 | 100011 | 0 | 110 | 10 | 10101010 | 1011100 | 1010001 |
Color Harmonies of #A4FBED
Complementary color
Monochromatic Colors of #A4FBED
Black with #A4FBED
Text Example
Text Example
White with #A4FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FBED; }
p { color: rgb(164,251,237); }
H1.HeaderClassName
{
color: #A4FBED;
}
.AnyTagClassName
{
color: #A4FBED;
}
</style>
background-color css
<style>
a { background-color: #A4FBED; }
a { background-color: rgb(164,251,237); }
div.DivClassName
{
background-color: #A4FBED;
}
.BgClassName
{
background-color: #A4FBED;
}
</style>
border-color css
<style>
span { border-color: #A4FBED; }
span { border-color: rgb(164,251,237); }
td.TdClassName
{
border-color: #A4FBED;
}
.TagClassName
{
border-color: #A4FBED;
}
</style>