Shades of Pale Turquoise #A8F3FB
Tints of Pale Turquoise #A8F3FB
RGB
CMYK
RGB Variations
Color information
#A8F3FB (or 0xA8F3FB) is known color: Pale Turquoise. HEX triplet: A8, F3 and FB. RGB value is (168,243,251). Sum of RGB (Red+Green+Blue) = 168+243+251=662 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.38% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8F3FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F3FB is #570C04. Grayscale: #DDDDDD. Windows color (decimal): -5704709 or 16511912. OLE color: 16511912.
HSL color Cylindrical-coordinate representation of color #A8F3FB: hue angle of 185.78º 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 #A8F3FB is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 243 | 251 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.02 |
| HSL | 185.78º | 0.91% | 0.82% | - |
| HSV(B) | 185.78º | 0.33% | 0.98% | - |
| XYZ | 65.61 | 79.39 | 103.13 | - |
| YUV | 221.49 | 144.65 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 251 | 0.33 | 0.03 | 0 | 0.02 | 185.78 | 0.91 | 0.82 |
| Hex | A8 | F3 | FB | 21 | 3 | 0 | 2 | BA | 5B | 52 |
| Octal | 250 | 363 | 373 | 41 | 3 | 0 | 2 | 272 | 133 | 122 |
| Binary | 10101000 | 11110011 | 11111011 | 100001 | 11 | 0 | 10 | 10111010 | 1011011 | 1010010 |
Color Harmonies of #A8F3FB
Complementary color
Monochromatic Colors of #A8F3FB
Black with #A8F3FB
Text Example
Text Example
White with #A8F3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F3FB; }
p { color: rgb(168,243,251); }
H1.HeaderClassName
{
color: #A8F3FB;
}
.AnyTagClassName
{
color: #A8F3FB;
}
</style>
background-color css
<style>
a { background-color: #A8F3FB; }
a { background-color: rgb(168,243,251); }
div.DivClassName
{
background-color: #A8F3FB;
}
.BgClassName
{
background-color: #A8F3FB;
}
</style>
border-color css
<style>
span { border-color: #A8F3FB; }
span { border-color: rgb(168,243,251); }
td.TdClassName
{
border-color: #A8F3FB;
}
.TagClassName
{
border-color: #A8F3FB;
}
</style>