Shades of Pale Turquoise #A8FDFB
Tints of Pale Turquoise #A8FDFB
RGB
CMYK
RGB Variations
Color information
#A8FDFB (or 0xA8FDFB) is known color: Pale Turquoise. HEX triplet: A8, FD and FB. RGB value is (168,253,251). Sum of RGB (Red+Green+Blue) = 168+253+251=672 (89% of max value = 765). Red value is 168 (66.02% from 255 or 25% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDFB is #570204. Grayscale: #E3E3E3. Windows color (decimal): -5702149 or 16514472. OLE color: 16514472.
HSL color Cylindrical-coordinate representation of color #A8FDFB: hue angle of 178.59º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDFB is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 251 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.01 |
| HSL | 178.59º | 0.96% | 0.83% | - |
| HSV(B) | 178.59º | 0.34% | 0.99% | - |
| XYZ | 68.69 | 85.54 | 104.16 | - |
| YUV | 227.36 | 141.34 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 251 | 0.34 | 0 | 0.01 | 0.01 | 178.59 | 0.96 | 0.83 |
| Hex | A8 | FD | FB | 22 | 0 | 1 | 1 | B3 | 60 | 53 |
| Octal | 250 | 375 | 373 | 42 | 0 | 1 | 1 | 263 | 140 | 123 |
| Binary | 10101000 | 11111101 | 11111011 | 100010 | 0 | 1 | 1 | 10110011 | 1100000 | 1010011 |
Color Harmonies of #A8FDFB
Complementary color
Monochromatic Colors of #A8FDFB
Black with #A8FDFB
Text Example
Text Example
White with #A8FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDFB; }
p { color: rgb(168,253,251); }
H1.HeaderClassName
{
color: #A8FDFB;
}
.AnyTagClassName
{
color: #A8FDFB;
}
</style>
background-color css
<style>
a { background-color: #A8FDFB; }
a { background-color: rgb(168,253,251); }
div.DivClassName
{
background-color: #A8FDFB;
}
.BgClassName
{
background-color: #A8FDFB;
}
</style>
border-color css
<style>
span { border-color: #A8FDFB; }
span { border-color: rgb(168,253,251); }
td.TdClassName
{
border-color: #A8FDFB;
}
.TagClassName
{
border-color: #A8FDFB;
}
</style>