Shades of Turquoise Blue #6DDAEA
Tints of Turquoise Blue #6DDAEA
RGB
CMYK
RGB Variations
Color information
#6DDAEA (or 0x6DDAEA) is known color: Turquoise Blue. HEX triplet: 6D, DA and EA. RGB value is (109,218,234). Sum of RGB (Red+Green+Blue) = 109+218+234=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DDAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDAEA is #922515. Grayscale: #BBBBBB. Windows color (decimal): -9577750 or 15391341. OLE color: 15391341.
HSL color Cylindrical-coordinate representation of color #6DDAEA: hue angle of 187.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DDAEA is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 218 | 234 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.08 |
| HSL | 187.68º | 0.75% | 0.67% | - |
| HSV(B) | 187.68º | 0.53% | 0.92% | - |
| XYZ | 46.23 | 59.33 | 86.86 | - |
| YUV | 187.23 | 154.39 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 234 | 0.53 | 0.07 | 0 | 0.08 | 187.68 | 0.75 | 0.67 |
| Hex | 6D | DA | EA | 35 | 7 | 0 | 8 | BC | 4B | 43 |
| Octal | 155 | 332 | 352 | 65 | 7 | 0 | 10 | 274 | 113 | 103 |
| Binary | 1101101 | 11011010 | 11101010 | 110101 | 111 | 0 | 1000 | 10111100 | 1001011 | 1000011 |
Color Harmonies of #6DDAEA
Complementary color
Monochromatic Colors of #6DDAEA
Black with #6DDAEA
Text Example
Text Example
White with #6DDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDAEA; }
p { color: rgb(109,218,234); }
H1.HeaderClassName
{
color: #6DDAEA;
}
.AnyTagClassName
{
color: #6DDAEA;
}
</style>
background-color css
<style>
a { background-color: #6DDAEA; }
a { background-color: rgb(109,218,234); }
div.DivClassName
{
background-color: #6DDAEA;
}
.BgClassName
{
background-color: #6DDAEA;
}
</style>
border-color css
<style>
span { border-color: #6DDAEA; }
span { border-color: rgb(109,218,234); }
td.TdClassName
{
border-color: #6DDAEA;
}
.TagClassName
{
border-color: #6DDAEA;
}
</style>