Shades of Turquoise Blue #6AD9EE
Tints of Turquoise Blue #6AD9EE
RGB
CMYK
RGB Variations
Color information
#6AD9EE (or 0x6AD9EE) is known color: Turquoise Blue. HEX triplet: 6A, D9 and EE. RGB value is (106,217,238). Sum of RGB (Red+Green+Blue) = 106+217+238=561 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.89% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AD9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD9EE is #952611. Grayscale: #BABABA. Windows color (decimal): -9774610 or 15653226. OLE color: 15653226.
HSL color Cylindrical-coordinate representation of color #6AD9EE: hue angle of 189.55º degrees, saturation: 0.8, 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 #6AD9EE is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 217 | 238 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.07 |
| HSL | 189.55º | 0.8% | 0.67% | - |
| HSV(B) | 189.55º | 0.55% | 0.93% | - |
| XYZ | 46.19 | 58.86 | 89.82 | - |
| YUV | 186.21 | 157.23 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 238 | 0.55 | 0.09 | 0 | 0.07 | 189.55 | 0.8 | 0.67 |
| Hex | 6A | D9 | EE | 37 | 9 | 0 | 7 | BE | 50 | 43 |
| Octal | 152 | 331 | 356 | 67 | 11 | 0 | 7 | 276 | 120 | 103 |
| Binary | 1101010 | 11011001 | 11101110 | 110111 | 1001 | 0 | 111 | 10111110 | 1010000 | 1000011 |
Color Harmonies of #6AD9EE
Complementary color
Monochromatic Colors of #6AD9EE
Black with #6AD9EE
Text Example
Text Example
White with #6AD9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD9EE; }
p { color: rgb(106,217,238); }
H1.HeaderClassName
{
color: #6AD9EE;
}
.AnyTagClassName
{
color: #6AD9EE;
}
</style>
background-color css
<style>
a { background-color: #6AD9EE; }
a { background-color: rgb(106,217,238); }
div.DivClassName
{
background-color: #6AD9EE;
}
.BgClassName
{
background-color: #6AD9EE;
}
</style>
border-color css
<style>
span { border-color: #6AD9EE; }
span { border-color: rgb(106,217,238); }
td.TdClassName
{
border-color: #6AD9EE;
}
.TagClassName
{
border-color: #6AD9EE;
}
</style>