Shades of Turquoise Blue #6ADAEC
Tints of Turquoise Blue #6ADAEC
RGB
CMYK
RGB Variations
Color information
#6ADAEC (or 0x6ADAEC) is known color: Turquoise Blue. HEX triplet: 6A, DA and EC. RGB value is (106,218,236). Sum of RGB (Red+Green+Blue) = 106+218+236=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #6ADAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADAEC is #952513. Grayscale: #BABABA. Windows color (decimal): -9774356 or 15522410. OLE color: 15522410.
HSL color Cylindrical-coordinate representation of color #6ADAEC: hue angle of 188.31º 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 #6ADAEC is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 218 | 236 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.07 |
| HSL | 188.31º | 0.77% | 0.67% | - |
| HSV(B) | 188.31º | 0.55% | 0.93% | - |
| XYZ | 46.16 | 59.26 | 88.36 | - |
| YUV | 186.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 236 | 0.55 | 0.08 | 0 | 0.07 | 188.31 | 0.77 | 0.67 |
| Hex | 6A | DA | EC | 37 | 8 | 0 | 7 | BC | 4D | 43 |
| Octal | 152 | 332 | 354 | 67 | 10 | 0 | 7 | 274 | 115 | 103 |
| Binary | 1101010 | 11011010 | 11101100 | 110111 | 1000 | 0 | 111 | 10111100 | 1001101 | 1000011 |
Color Harmonies of #6ADAEC
Complementary color
Monochromatic Colors of #6ADAEC
Black with #6ADAEC
Text Example
Text Example
White with #6ADAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAEC; }
p { color: rgb(106,218,236); }
H1.HeaderClassName
{
color: #6ADAEC;
}
.AnyTagClassName
{
color: #6ADAEC;
}
</style>
background-color css
<style>
a { background-color: #6ADAEC; }
a { background-color: rgb(106,218,236); }
div.DivClassName
{
background-color: #6ADAEC;
}
.BgClassName
{
background-color: #6ADAEC;
}
</style>
border-color css
<style>
span { border-color: #6ADAEC; }
span { border-color: rgb(106,218,236); }
td.TdClassName
{
border-color: #6ADAEC;
}
.TagClassName
{
border-color: #6ADAEC;
}
</style>