Shades of Turquoise Blue #6AECE6
Tints of Turquoise Blue #6AECE6
RGB
CMYK
RGB Variations
Color information
#6AECE6 (or 0x6AECE6) is known color: Turquoise Blue. HEX triplet: 6A, EC and E6. RGB value is (106,236,230). Sum of RGB (Red+Green+Blue) = 106+236+230=572 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.53% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AECE6 is #951319. Grayscale: #C4C4C4. Windows color (decimal): -9769754 or 15133802. OLE color: 15133802.
HSL color Cylindrical-coordinate representation of color #6AECE6: hue angle of 177.23º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AECE6 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 230 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.07 |
| HSL | 177.23º | 0.77% | 0.67% | - |
| HSV(B) | 177.23º | 0.55% | 0.93% | - |
| XYZ | 50.22 | 68.77 | 85.49 | - |
| YUV | 196.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 230 | 0.55 | 0 | 0.03 | 0.07 | 177.23 | 0.77 | 0.67 |
| Hex | 6A | EC | E6 | 37 | 0 | 3 | 7 | B1 | 4D | 43 |
| Octal | 152 | 354 | 346 | 67 | 0 | 3 | 7 | 261 | 115 | 103 |
| Binary | 1101010 | 11101100 | 11100110 | 110111 | 0 | 11 | 111 | 10110001 | 1001101 | 1000011 |
Color Harmonies of #6AECE6
Complementary color
Monochromatic Colors of #6AECE6
Black with #6AECE6
Text Example
Text Example
White with #6AECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AECE6; }
p { color: rgb(106,236,230); }
H1.HeaderClassName
{
color: #6AECE6;
}
.AnyTagClassName
{
color: #6AECE6;
}
</style>
background-color css
<style>
a { background-color: #6AECE6; }
a { background-color: rgb(106,236,230); }
div.DivClassName
{
background-color: #6AECE6;
}
.BgClassName
{
background-color: #6AECE6;
}
</style>
border-color css
<style>
span { border-color: #6AECE6; }
span { border-color: rgb(106,236,230); }
td.TdClassName
{
border-color: #6AECE6;
}
.TagClassName
{
border-color: #6AECE6;
}
</style>