Shades of Turquoise Blue #6ACAE8
Tints of Turquoise Blue #6ACAE8
RGB
CMYK
RGB Variations
Color information
#6ACAE8 (or 0x6ACAE8) is known color: Turquoise Blue. HEX triplet: 6A, CA and E8. RGB value is (106,202,232). Sum of RGB (Red+Green+Blue) = 106+202+232=540 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.63% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #6ACAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACAE8 is #953517. Grayscale: #B0B0B0. Windows color (decimal): -9778456 or 15256170. OLE color: 15256170.
HSL color Cylindrical-coordinate representation of color #6ACAE8: hue angle of 194.29º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ACAE8 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 202 | 232 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.09 |
| HSL | 194.29º | 0.73% | 0.66% | - |
| HSV(B) | 194.29º | 0.54% | 0.91% | - |
| XYZ | 41.63 | 51.13 | 84.02 | - |
| YUV | 176.72 | 159.2 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 202 | 232 | 0.54 | 0.13 | 0 | 0.09 | 194.29 | 0.73 | 0.66 |
| Hex | 6A | CA | E8 | 36 | D | 0 | 9 | C2 | 49 | 42 |
| Octal | 152 | 312 | 350 | 66 | 15 | 0 | 11 | 302 | 111 | 102 |
| Binary | 1101010 | 11001010 | 11101000 | 110110 | 1101 | 0 | 1001 | 11000010 | 1001001 | 1000010 |
Color Harmonies of #6ACAE8
Complementary color
Monochromatic Colors of #6ACAE8
Black with #6ACAE8
Text Example
Text Example
White with #6ACAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACAE8; }
p { color: rgb(106,202,232); }
H1.HeaderClassName
{
color: #6ACAE8;
}
.AnyTagClassName
{
color: #6ACAE8;
}
</style>
background-color css
<style>
a { background-color: #6ACAE8; }
a { background-color: rgb(106,202,232); }
div.DivClassName
{
background-color: #6ACAE8;
}
.BgClassName
{
background-color: #6ACAE8;
}
</style>
border-color css
<style>
span { border-color: #6ACAE8; }
span { border-color: rgb(106,202,232); }
td.TdClassName
{
border-color: #6ACAE8;
}
.TagClassName
{
border-color: #6ACAE8;
}
</style>