Shades of Turquoise Blue #6DDDE5
Tints of Turquoise Blue #6DDDE5
RGB
CMYK
RGB Variations
Color information
#6DDDE5 (or 0x6DDDE5) is known color: Turquoise Blue. HEX triplet: 6D, DD and E5. RGB value is (109,221,229). Sum of RGB (Red+Green+Blue) = 109+221+229=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #6DDDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDE5 is #92221A. Grayscale: #BCBCBC. Windows color (decimal): -9576987 or 15064429. OLE color: 15064429.
HSL color Cylindrical-coordinate representation of color #6DDDE5: hue angle of 184º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DDDE5 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 221 | 229 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.10 |
| HSL | 184º | 0.7% | 0.66% | - |
| HSV(B) | 184º | 0.52% | 0.9% | - |
| XYZ | 46.31 | 60.62 | 83.39 | - |
| YUV | 188.42 | 150.89 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 229 | 0.52 | 0.03 | 0 | 0.10 | 184 | 0.7 | 0.66 |
| Hex | 6D | DD | E5 | 34 | 3 | 0 | A | B8 | 46 | 42 |
| Octal | 155 | 335 | 345 | 64 | 3 | 0 | 12 | 270 | 106 | 102 |
| Binary | 1101101 | 11011101 | 11100101 | 110100 | 11 | 0 | 1010 | 10111000 | 1000110 | 1000010 |
Color Harmonies of #6DDDE5
Complementary color
Monochromatic Colors of #6DDDE5
Black with #6DDDE5
Text Example
Text Example
White with #6DDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDE5; }
p { color: rgb(109,221,229); }
H1.HeaderClassName
{
color: #6DDDE5;
}
.AnyTagClassName
{
color: #6DDDE5;
}
</style>
background-color css
<style>
a { background-color: #6DDDE5; }
a { background-color: rgb(109,221,229); }
div.DivClassName
{
background-color: #6DDDE5;
}
.BgClassName
{
background-color: #6DDDE5;
}
</style>
border-color css
<style>
span { border-color: #6DDDE5; }
span { border-color: rgb(109,221,229); }
td.TdClassName
{
border-color: #6DDDE5;
}
.TagClassName
{
border-color: #6DDDE5;
}
</style>