Shades of Pale Turquoise #A4FBEE
Tints of Pale Turquoise #A4FBEE
RGB
CMYK
RGB Variations
Color information
#A4FBEE (or 0xA4FBEE) is known color: Pale Turquoise. HEX triplet: A4, FB and EE. RGB value is (164,251,238). Sum of RGB (Red+Green+Blue) = 164+251+238=653 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.11% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FBEE is #5B0411. Grayscale: #DFDFDF. Windows color (decimal): -5964818 or 15661988. OLE color: 15661988.
HSL color Cylindrical-coordinate representation of color #A4FBEE: hue angle of 171.03º 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 #A4FBEE is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 238 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.02 |
| HSL | 171.03º | 0.92% | 0.81% | - |
| HSV(B) | 171.03º | 0.35% | 0.98% | - |
| XYZ | 65.24 | 83.06 | 93.48 | - |
| YUV | 223.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 238 | 0.35 | 0 | 0.05 | 0.02 | 171.03 | 0.92 | 0.81 |
| Hex | A4 | FB | EE | 23 | 0 | 5 | 2 | AB | 5C | 51 |
| Octal | 244 | 373 | 356 | 43 | 0 | 5 | 2 | 253 | 134 | 121 |
| Binary | 10100100 | 11111011 | 11101110 | 100011 | 0 | 101 | 10 | 10101011 | 1011100 | 1010001 |
Color Harmonies of #A4FBEE
Complementary color
Monochromatic Colors of #A4FBEE
Black with #A4FBEE
Text Example
Text Example
White with #A4FBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FBEE; }
p { color: rgb(164,251,238); }
H1.HeaderClassName
{
color: #A4FBEE;
}
.AnyTagClassName
{
color: #A4FBEE;
}
</style>
background-color css
<style>
a { background-color: #A4FBEE; }
a { background-color: rgb(164,251,238); }
div.DivClassName
{
background-color: #A4FBEE;
}
.BgClassName
{
background-color: #A4FBEE;
}
</style>
border-color css
<style>
span { border-color: #A4FBEE; }
span { border-color: rgb(164,251,238); }
td.TdClassName
{
border-color: #A4FBEE;
}
.TagClassName
{
border-color: #A4FBEE;
}
</style>