Shades of Turquoise Blue #6ADDEB
Tints of Turquoise Blue #6ADDEB
RGB
CMYK
RGB Variations
Color information
#6ADDEB (or 0x6ADDEB) is known color: Turquoise Blue. HEX triplet: 6A, DD and EB. RGB value is (106,221,235). Sum of RGB (Red+Green+Blue) = 106+221+235=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ADDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADDEB is #952214. Grayscale: #BCBCBC. Windows color (decimal): -9773589 or 15457642. OLE color: 15457642.
HSL color Cylindrical-coordinate representation of color #6ADDEB: hue angle of 186.51º degrees, saturation: 0.76, 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 #6ADDEB is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 221 | 235 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.08 |
| HSL | 186.51º | 0.76% | 0.67% | - |
| HSV(B) | 186.51º | 0.55% | 0.92% | - |
| XYZ | 46.8 | 60.78 | 87.86 | - |
| YUV | 188.21 | 154.4 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 235 | 0.55 | 0.06 | 0 | 0.08 | 186.51 | 0.76 | 0.67 |
| Hex | 6A | DD | EB | 37 | 6 | 0 | 8 | BB | 4C | 43 |
| Octal | 152 | 335 | 353 | 67 | 6 | 0 | 10 | 273 | 114 | 103 |
| Binary | 1101010 | 11011101 | 11101011 | 110111 | 110 | 0 | 1000 | 10111011 | 1001100 | 1000011 |
Color Harmonies of #6ADDEB
Complementary color
Monochromatic Colors of #6ADDEB
Black with #6ADDEB
Text Example
Text Example
White with #6ADDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDEB; }
p { color: rgb(106,221,235); }
H1.HeaderClassName
{
color: #6ADDEB;
}
.AnyTagClassName
{
color: #6ADDEB;
}
</style>
background-color css
<style>
a { background-color: #6ADDEB; }
a { background-color: rgb(106,221,235); }
div.DivClassName
{
background-color: #6ADDEB;
}
.BgClassName
{
background-color: #6ADDEB;
}
</style>
border-color css
<style>
span { border-color: #6ADDEB; }
span { border-color: rgb(106,221,235); }
td.TdClassName
{
border-color: #6ADDEB;
}
.TagClassName
{
border-color: #6ADDEB;
}
</style>