Shades of Turquoise Blue #6ADAEA
Tints of Turquoise Blue #6ADAEA
RGB
CMYK
RGB Variations
Color information
#6ADAEA (or 0x6ADAEA) is known color: Turquoise Blue. HEX triplet: 6A, DA and EA. RGB value is (106,218,234). Sum of RGB (Red+Green+Blue) = 106+218+234=558 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.00% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ADAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADAEA is #952515. Grayscale: #BABABA. Windows color (decimal): -9774358 or 15391338. OLE color: 15391338.
HSL color Cylindrical-coordinate representation of color #6ADAEA: hue angle of 187.5º 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 #6ADAEA is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 218 | 234 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.08 |
| HSL | 187.5º | 0.75% | 0.67% | - |
| HSV(B) | 187.5º | 0.55% | 0.92% | - |
| XYZ | 45.87 | 59.15 | 86.84 | - |
| YUV | 186.34 | 154.89 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 234 | 0.55 | 0.07 | 0 | 0.08 | 187.5 | 0.75 | 0.67 |
| Hex | 6A | DA | EA | 37 | 7 | 0 | 8 | BC | 4B | 43 |
| Octal | 152 | 332 | 352 | 67 | 7 | 0 | 10 | 274 | 113 | 103 |
| Binary | 1101010 | 11011010 | 11101010 | 110111 | 111 | 0 | 1000 | 10111100 | 1001011 | 1000011 |
Color Harmonies of #6ADAEA
Complementary color
Monochromatic Colors of #6ADAEA
Black with #6ADAEA
Text Example
Text Example
White with #6ADAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAEA; }
p { color: rgb(106,218,234); }
H1.HeaderClassName
{
color: #6ADAEA;
}
.AnyTagClassName
{
color: #6ADAEA;
}
</style>
background-color css
<style>
a { background-color: #6ADAEA; }
a { background-color: rgb(106,218,234); }
div.DivClassName
{
background-color: #6ADAEA;
}
.BgClassName
{
background-color: #6ADAEA;
}
</style>
border-color css
<style>
span { border-color: #6ADAEA; }
span { border-color: rgb(106,218,234); }
td.TdClassName
{
border-color: #6ADAEA;
}
.TagClassName
{
border-color: #6ADAEA;
}
</style>