Shades of Turquoise Blue #6ADCEA
Tints of Turquoise Blue #6ADCEA
RGB
CMYK
RGB Variations
Color information
#6ADCEA (or 0x6ADCEA) is known color: Turquoise Blue. HEX triplet: 6A, DC and EA. RGB value is (106,220,234). Sum of RGB (Red+Green+Blue) = 106+220+234=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ADCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADCEA is #952315. Grayscale: #BBBBBB. Windows color (decimal): -9773846 or 15391850. OLE color: 15391850.
HSL color Cylindrical-coordinate representation of color #6ADCEA: hue angle of 186.56º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ADCEA is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 220 | 234 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.08 |
| HSL | 186.56º | 0.75% | 0.67% | - |
| HSV(B) | 186.56º | 0.55% | 0.92% | - |
| XYZ | 46.39 | 60.19 | 87.02 | - |
| YUV | 187.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 234 | 0.55 | 0.06 | 0 | 0.08 | 186.56 | 0.75 | 0.67 |
| Hex | 6A | DC | EA | 37 | 6 | 0 | 8 | BB | 4B | 43 |
| Octal | 152 | 334 | 352 | 67 | 6 | 0 | 10 | 273 | 113 | 103 |
| Binary | 1101010 | 11011100 | 11101010 | 110111 | 110 | 0 | 1000 | 10111011 | 1001011 | 1000011 |
Color Harmonies of #6ADCEA
Complementary color
Monochromatic Colors of #6ADCEA
Black with #6ADCEA
Text Example
Text Example
White with #6ADCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCEA; }
p { color: rgb(106,220,234); }
H1.HeaderClassName
{
color: #6ADCEA;
}
.AnyTagClassName
{
color: #6ADCEA;
}
</style>
background-color css
<style>
a { background-color: #6ADCEA; }
a { background-color: rgb(106,220,234); }
div.DivClassName
{
background-color: #6ADCEA;
}
.BgClassName
{
background-color: #6ADCEA;
}
</style>
border-color css
<style>
span { border-color: #6ADCEA; }
span { border-color: rgb(106,220,234); }
td.TdClassName
{
border-color: #6ADCEA;
}
.TagClassName
{
border-color: #6ADCEA;
}
</style>