Shades of Pale Turquoise #A8FCEB
Tints of Pale Turquoise #A8FCEB
RGB
CMYK
RGB Variations
Color information
#A8FCEB (or 0xA8FCEB) is known color: Pale Turquoise. HEX triplet: A8, FC and EB. RGB value is (168,252,235). Sum of RGB (Red+Green+Blue) = 168+252+235=655 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.65% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FCEB is #570314. Grayscale: #E0E0E0. Windows color (decimal): -5702421 or 15465640. OLE color: 15465640.
HSL color Cylindrical-coordinate representation of color #A8FCEB: hue angle of 167.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCEB is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 235 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.01 |
| HSL | 167.86º | 0.93% | 0.82% | - |
| HSV(B) | 167.86º | 0.33% | 0.99% | - |
| XYZ | 65.95 | 83.94 | 91.32 | - |
| YUV | 224.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 235 | 0.33 | 0 | 0.07 | 0.01 | 167.86 | 0.93 | 0.82 |
| Hex | A8 | FC | EB | 21 | 0 | 7 | 1 | A8 | 5D | 52 |
| Octal | 250 | 374 | 353 | 41 | 0 | 7 | 1 | 250 | 135 | 122 |
| Binary | 10101000 | 11111100 | 11101011 | 100001 | 0 | 111 | 1 | 10101000 | 1011101 | 1010010 |
Color Harmonies of #A8FCEB
Complementary color
Monochromatic Colors of #A8FCEB
Black with #A8FCEB
Text Example
Text Example
White with #A8FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCEB; }
p { color: rgb(168,252,235); }
H1.HeaderClassName
{
color: #A8FCEB;
}
.AnyTagClassName
{
color: #A8FCEB;
}
</style>
background-color css
<style>
a { background-color: #A8FCEB; }
a { background-color: rgb(168,252,235); }
div.DivClassName
{
background-color: #A8FCEB;
}
.BgClassName
{
background-color: #A8FCEB;
}
</style>
border-color css
<style>
span { border-color: #A8FCEB; }
span { border-color: rgb(168,252,235); }
td.TdClassName
{
border-color: #A8FCEB;
}
.TagClassName
{
border-color: #A8FCEB;
}
</style>