Shades of Turquoise Blue #6DDDEE
Tints of Turquoise Blue #6DDDEE
RGB
CMYK
RGB Variations
Color information
#6DDDEE (or 0x6DDDEE) is known color: Turquoise Blue. HEX triplet: 6D, DD and EE. RGB value is (109,221,238). Sum of RGB (Red+Green+Blue) = 109+221+238=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDEE is #922211. Grayscale: #BDBDBD. Windows color (decimal): -9576978 or 15654253. OLE color: 15654253.
HSL color Cylindrical-coordinate representation of color #6DDDEE: hue angle of 187.91º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DDDEE is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 221 | 238 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.07 |
| HSL | 187.91º | 0.79% | 0.68% | - |
| HSV(B) | 187.91º | 0.54% | 0.93% | - |
| XYZ | 47.6 | 61.14 | 90.18 | - |
| YUV | 189.45 | 155.39 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 238 | 0.54 | 0.07 | 0 | 0.07 | 187.91 | 0.79 | 0.68 |
| Hex | 6D | DD | EE | 36 | 7 | 0 | 7 | BC | 4F | 44 |
| Octal | 155 | 335 | 356 | 66 | 7 | 0 | 7 | 274 | 117 | 104 |
| Binary | 1101101 | 11011101 | 11101110 | 110110 | 111 | 0 | 111 | 10111100 | 1001111 | 1000100 |
Color Harmonies of #6DDDEE
Complementary color
Monochromatic Colors of #6DDDEE
Black with #6DDDEE
Text Example
Text Example
White with #6DDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDEE; }
p { color: rgb(109,221,238); }
H1.HeaderClassName
{
color: #6DDDEE;
}
.AnyTagClassName
{
color: #6DDDEE;
}
</style>
background-color css
<style>
a { background-color: #6DDDEE; }
a { background-color: rgb(109,221,238); }
div.DivClassName
{
background-color: #6DDDEE;
}
.BgClassName
{
background-color: #6DDDEE;
}
</style>
border-color css
<style>
span { border-color: #6DDDEE; }
span { border-color: rgb(109,221,238); }
td.TdClassName
{
border-color: #6DDDEE;
}
.TagClassName
{
border-color: #6DDDEE;
}
</style>