Shades of Pale Turquoise #A5FBF3
Tints of Pale Turquoise #A5FBF3
RGB
CMYK
RGB Variations
Color information
#A5FBF3 (or 0xA5FBF3) is known color: Pale Turquoise. HEX triplet: A5, FB and F3. RGB value is (165,251,243). Sum of RGB (Red+Green+Blue) = 165+251+243=659 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.04% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FBF3 is #5A040C. Grayscale: #E0E0E0. Windows color (decimal): -5899277 or 15989669. OLE color: 15989669.
HSL color Cylindrical-coordinate representation of color #A5FBF3: hue angle of 174.42º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBF3 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 243 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.02 |
| HSL | 174.42º | 0.91% | 0.82% | - |
| HSV(B) | 174.42º | 0.34% | 0.98% | - |
| XYZ | 66.19 | 83.46 | 97.42 | - |
| YUV | 224.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 243 | 0.34 | 0 | 0.03 | 0.02 | 174.42 | 0.91 | 0.82 |
| Hex | A5 | FB | F3 | 22 | 0 | 3 | 2 | AE | 5B | 52 |
| Octal | 245 | 373 | 363 | 42 | 0 | 3 | 2 | 256 | 133 | 122 |
| Binary | 10100101 | 11111011 | 11110011 | 100010 | 0 | 11 | 10 | 10101110 | 1011011 | 1010010 |
Color Harmonies of #A5FBF3
Complementary color
Monochromatic Colors of #A5FBF3
Black with #A5FBF3
Text Example
Text Example
White with #A5FBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBF3; }
p { color: rgb(165,251,243); }
H1.HeaderClassName
{
color: #A5FBF3;
}
.AnyTagClassName
{
color: #A5FBF3;
}
</style>
background-color css
<style>
a { background-color: #A5FBF3; }
a { background-color: rgb(165,251,243); }
div.DivClassName
{
background-color: #A5FBF3;
}
.BgClassName
{
background-color: #A5FBF3;
}
</style>
border-color css
<style>
span { border-color: #A5FBF3; }
span { border-color: rgb(165,251,243); }
td.TdClassName
{
border-color: #A5FBF3;
}
.TagClassName
{
border-color: #A5FBF3;
}
</style>