Shades of Pale Turquoise #A8EFF2
Tints of Pale Turquoise #A8EFF2
RGB
CMYK
RGB Variations
Color information
#A8EFF2 (or 0xA8EFF2) is known color: Pale Turquoise. HEX triplet: A8, EF and F2. RGB value is (168,239,242). Sum of RGB (Red+Green+Blue) = 168+239+242=649 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.89% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #A8EFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EFF2 is #57100D. Grayscale: #DADADA. Windows color (decimal): -5705742 or 15921064. OLE color: 15921064.
HSL color Cylindrical-coordinate representation of color #A8EFF2: hue angle of 182.43º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8EFF2 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 239 | 242 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.05 |
| HSL | 182.43º | 0.74% | 0.8% | - |
| HSV(B) | 182.43º | 0.31% | 0.95% | - |
| XYZ | 63.04 | 76.47 | 95.44 | - |
| YUV | 218.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 242 | 0.31 | 0.01 | 0 | 0.05 | 182.43 | 0.74 | 0.8 |
| Hex | A8 | EF | F2 | 1F | 1 | 0 | 5 | B6 | 4A | 50 |
| Octal | 250 | 357 | 362 | 37 | 1 | 0 | 5 | 266 | 112 | 120 |
| Binary | 10101000 | 11101111 | 11110010 | 11111 | 1 | 0 | 101 | 10110110 | 1001010 | 1010000 |
Color Harmonies of #A8EFF2
Complementary color
Monochromatic Colors of #A8EFF2
Black with #A8EFF2
Text Example
Text Example
White with #A8EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFF2; }
p { color: rgb(168,239,242); }
H1.HeaderClassName
{
color: #A8EFF2;
}
.AnyTagClassName
{
color: #A8EFF2;
}
</style>
background-color css
<style>
a { background-color: #A8EFF2; }
a { background-color: rgb(168,239,242); }
div.DivClassName
{
background-color: #A8EFF2;
}
.BgClassName
{
background-color: #A8EFF2;
}
</style>
border-color css
<style>
span { border-color: #A8EFF2; }
span { border-color: rgb(168,239,242); }
td.TdClassName
{
border-color: #A8EFF2;
}
.TagClassName
{
border-color: #A8EFF2;
}
</style>