Shades of Pale Turquoise #A8FBFE
Tints of Pale Turquoise #A8FBFE
RGB
CMYK
RGB Variations
Color information
#A8FBFE (or 0xA8FBFE) is known color: Pale Turquoise. HEX triplet: A8, FB and FE. RGB value is (168,251,254). Sum of RGB (Red+Green+Blue) = 168+251+254=673 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.96% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FBFE is #570401. Grayscale: #E2E2E2. Windows color (decimal): -5702658 or 16710568. OLE color: 16710568.
HSL color Cylindrical-coordinate representation of color #A8FBFE: hue angle of 182.09º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FBFE is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 251 | 254 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.00 |
| HSL | 182.09º | 0.98% | 0.83% | - |
| HSV(B) | 182.09º | 0.34% | 1% | - |
| XYZ | 68.54 | 84.47 | 106.46 | - |
| YUV | 226.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 254 | 0.34 | 0.01 | 0 | 0.00 | 182.09 | 0.98 | 0.83 |
| Hex | A8 | FB | FE | 22 | 1 | 0 | 0 | B6 | 62 | 53 |
| Octal | 250 | 373 | 376 | 42 | 1 | 0 | 0 | 266 | 142 | 123 |
| Binary | 10101000 | 11111011 | 11111110 | 100010 | 1 | 0 | 0 | 10110110 | 1100010 | 1010011 |
Color Harmonies of #A8FBFE
Complementary color
Monochromatic Colors of #A8FBFE
Black with #A8FBFE
Text Example
Text Example
White with #A8FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBFE; }
p { color: rgb(168,251,254); }
H1.HeaderClassName
{
color: #A8FBFE;
}
.AnyTagClassName
{
color: #A8FBFE;
}
</style>
background-color css
<style>
a { background-color: #A8FBFE; }
a { background-color: rgb(168,251,254); }
div.DivClassName
{
background-color: #A8FBFE;
}
.BgClassName
{
background-color: #A8FBFE;
}
</style>
border-color css
<style>
span { border-color: #A8FBFE; }
span { border-color: rgb(168,251,254); }
td.TdClassName
{
border-color: #A8FBFE;
}
.TagClassName
{
border-color: #A8FBFE;
}
</style>