Shades of Pale Turquoise #A8FBFB
Tints of Pale Turquoise #A8FBFB
RGB
CMYK
RGB Variations
Color information
#A8FBFB (or 0xA8FBFB) is known color: Pale Turquoise. HEX triplet: A8, FB and FB. RGB value is (168,251,251). Sum of RGB (Red+Green+Blue) = 168+251+251=670 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.07% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #A8FBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FBFB is #570404. Grayscale: #E2E2E2. Windows color (decimal): -5702661 or 16513960. OLE color: 16513960.
HSL color Cylindrical-coordinate representation of color #A8FBFB: hue angle of 180º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBFB is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 251 | - |
| CMYK | 0.33 | 0 | 0 | 0.02 |
| HSL | 180º | 0.91% | 0.82% | - |
| HSV(B) | 180º | 0.33% | 0.98% | - |
| XYZ | 68.06 | 84.28 | 103.95 | - |
| YUV | 226.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 251 | 0.33 | 0 | 0 | 0.02 | 180 | 0.91 | 0.82 |
| Hex | A8 | FB | FB | 21 | 0 | 0 | 2 | B4 | 5B | 52 |
| Octal | 250 | 373 | 373 | 41 | 0 | 0 | 2 | 264 | 133 | 122 |
| Binary | 10101000 | 11111011 | 11111011 | 100001 | 0 | 0 | 10 | 10110100 | 1011011 | 1010010 |
Color Harmonies of #A8FBFB
Complementary color
Monochromatic Colors of #A8FBFB
Black with #A8FBFB
Text Example
Text Example
White with #A8FBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBFB; }
p { color: rgb(168,251,251); }
H1.HeaderClassName
{
color: #A8FBFB;
}
.AnyTagClassName
{
color: #A8FBFB;
}
</style>
background-color css
<style>
a { background-color: #A8FBFB; }
a { background-color: rgb(168,251,251); }
div.DivClassName
{
background-color: #A8FBFB;
}
.BgClassName
{
background-color: #A8FBFB;
}
</style>
border-color css
<style>
span { border-color: #A8FBFB; }
span { border-color: rgb(168,251,251); }
td.TdClassName
{
border-color: #A8FBFB;
}
.TagClassName
{
border-color: #A8FBFB;
}
</style>