Shades of Pale Turquoise #A4FBFE
Tints of Pale Turquoise #A4FBFE
RGB
CMYK
RGB Variations
Color information
#A4FBFE (or 0xA4FBFE) is known color: Pale Turquoise. HEX triplet: A4, FB and FE. RGB value is (164,251,254). Sum of RGB (Red+Green+Blue) = 164+251+254=669 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.51% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FBFE is #5B0401. Grayscale: #E1E1E1. Windows color (decimal): -5964802 or 16710564. OLE color: 16710564.
HSL color Cylindrical-coordinate representation of color #A4FBFE: hue angle of 182º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FBFE is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 251 | 254 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.00 |
| HSL | 182º | 0.98% | 0.82% | - |
| HSV(B) | 182º | 0.35% | 1% | - |
| XYZ | 67.7 | 84.04 | 106.42 | - |
| YUV | 225.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 254 | 0.35 | 0.01 | 0 | 0.00 | 182 | 0.98 | 0.82 |
| Hex | A4 | FB | FE | 23 | 1 | 0 | 0 | B6 | 62 | 52 |
| Octal | 244 | 373 | 376 | 43 | 1 | 0 | 0 | 266 | 142 | 122 |
| Binary | 10100100 | 11111011 | 11111110 | 100011 | 1 | 0 | 0 | 10110110 | 1100010 | 1010010 |
Color Harmonies of #A4FBFE
Complementary color
Monochromatic Colors of #A4FBFE
Black with #A4FBFE
Text Example
Text Example
White with #A4FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FBFE; }
p { color: rgb(164,251,254); }
H1.HeaderClassName
{
color: #A4FBFE;
}
.AnyTagClassName
{
color: #A4FBFE;
}
</style>
background-color css
<style>
a { background-color: #A4FBFE; }
a { background-color: rgb(164,251,254); }
div.DivClassName
{
background-color: #A4FBFE;
}
.BgClassName
{
background-color: #A4FBFE;
}
</style>
border-color css
<style>
span { border-color: #A4FBFE; }
span { border-color: rgb(164,251,254); }
td.TdClassName
{
border-color: #A4FBFE;
}
.TagClassName
{
border-color: #A4FBFE;
}
</style>