Shades of Turquoise Blue #6ACAE1
Tints of Turquoise Blue #6ACAE1
RGB
CMYK
RGB Variations
Color information
#6ACAE1 (or 0x6ACAE1) is known color: Turquoise Blue. HEX triplet: 6A, CA and E1. RGB value is (106,202,225). Sum of RGB (Red+Green+Blue) = 106+202+225=533 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.89% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #6ACAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACAE1 is #95351E. Grayscale: #AFAFAF. Windows color (decimal): -9778463 or 14797418. OLE color: 14797418.
HSL color Cylindrical-coordinate representation of color #6ACAE1: hue angle of 191.6º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ACAE1 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 202 | 225 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.12 |
| HSL | 191.6º | 0.66% | 0.65% | - |
| HSV(B) | 191.6º | 0.53% | 0.88% | - |
| XYZ | 40.65 | 50.74 | 78.89 | - |
| YUV | 175.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 202 | 225 | 0.53 | 0.10 | 0 | 0.12 | 191.6 | 0.66 | 0.65 |
| Hex | 6A | CA | E1 | 35 | A | 0 | C | C0 | 42 | 41 |
| Octal | 152 | 312 | 341 | 65 | 12 | 0 | 14 | 300 | 102 | 101 |
| Binary | 1101010 | 11001010 | 11100001 | 110101 | 1010 | 0 | 1100 | 11000000 | 1000010 | 1000001 |
Color Harmonies of #6ACAE1
Complementary color
Monochromatic Colors of #6ACAE1
Black with #6ACAE1
Text Example
Text Example
White with #6ACAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACAE1; }
p { color: rgb(106,202,225); }
H1.HeaderClassName
{
color: #6ACAE1;
}
.AnyTagClassName
{
color: #6ACAE1;
}
</style>
background-color css
<style>
a { background-color: #6ACAE1; }
a { background-color: rgb(106,202,225); }
div.DivClassName
{
background-color: #6ACAE1;
}
.BgClassName
{
background-color: #6ACAE1;
}
</style>
border-color css
<style>
span { border-color: #6ACAE1; }
span { border-color: rgb(106,202,225); }
td.TdClassName
{
border-color: #6ACAE1;
}
.TagClassName
{
border-color: #6ACAE1;
}
</style>