Shades of Pale Turquoise #A3EFEE
Tints of Pale Turquoise #A3EFEE
RGB
CMYK
RGB Variations
Color information
#A3EFEE (or 0xA3EFEE) is known color: Pale Turquoise. HEX triplet: A3, EF and EE. RGB value is (163,239,238). Sum of RGB (Red+Green+Blue) = 163+239+238=640 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.47% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EFEE is #5C1011. Grayscale: #D8D8D8. Windows color (decimal): -6033426 or 15658915. OLE color: 15658915.
HSL color Cylindrical-coordinate representation of color #A3EFEE: hue angle of 179.21º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EFEE is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 238 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.06 |
| HSL | 179.21º | 0.7% | 0.79% | - |
| HSV(B) | 179.21º | 0.32% | 0.94% | - |
| XYZ | 61.4 | 75.69 | 92.26 | - |
| YUV | 216.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 238 | 0.32 | 0 | 0.00 | 0.06 | 179.21 | 0.7 | 0.79 |
| Hex | A3 | EF | EE | 20 | 0 | 0 | 6 | B3 | 46 | 4F |
| Octal | 243 | 357 | 356 | 40 | 0 | 0 | 6 | 263 | 106 | 117 |
| Binary | 10100011 | 11101111 | 11101110 | 100000 | 0 | 0 | 110 | 10110011 | 1000110 | 1001111 |
Color Harmonies of #A3EFEE
Complementary color
Monochromatic Colors of #A3EFEE
Black with #A3EFEE
Text Example
Text Example
White with #A3EFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EFEE; }
p { color: rgb(163,239,238); }
H1.HeaderClassName
{
color: #A3EFEE;
}
.AnyTagClassName
{
color: #A3EFEE;
}
</style>
background-color css
<style>
a { background-color: #A3EFEE; }
a { background-color: rgb(163,239,238); }
div.DivClassName
{
background-color: #A3EFEE;
}
.BgClassName
{
background-color: #A3EFEE;
}
</style>
border-color css
<style>
span { border-color: #A3EFEE; }
span { border-color: rgb(163,239,238); }
td.TdClassName
{
border-color: #A3EFEE;
}
.TagClassName
{
border-color: #A3EFEE;
}
</style>