Shades of Turquoise Blue #6DDBEE
Tints of Turquoise Blue #6DDBEE
RGB
CMYK
RGB Variations
Color information
#6DDBEE (or 0x6DDBEE) is known color: Turquoise Blue. HEX triplet: 6D, DB and EE. RGB value is (109,219,238). Sum of RGB (Red+Green+Blue) = 109+219+238=566 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.26% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DDBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBEE is #922411. Grayscale: #BCBCBC. Windows color (decimal): -9577490 or 15653741. OLE color: 15653741.
HSL color Cylindrical-coordinate representation of color #6DDBEE: hue angle of 188.84º 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 #6DDBEE is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 219 | 238 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.07 |
| HSL | 188.84º | 0.79% | 0.68% | - |
| HSV(B) | 188.84º | 0.54% | 0.93% | - |
| XYZ | 47.07 | 60.09 | 90.01 | - |
| YUV | 188.28 | 156.06 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 238 | 0.54 | 0.08 | 0 | 0.07 | 188.84 | 0.79 | 0.68 |
| Hex | 6D | DB | EE | 36 | 8 | 0 | 7 | BD | 4F | 44 |
| Octal | 155 | 333 | 356 | 66 | 10 | 0 | 7 | 275 | 117 | 104 |
| Binary | 1101101 | 11011011 | 11101110 | 110110 | 1000 | 0 | 111 | 10111101 | 1001111 | 1000100 |
Color Harmonies of #6DDBEE
Complementary color
Monochromatic Colors of #6DDBEE
Black with #6DDBEE
Text Example
Text Example
White with #6DDBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBEE; }
p { color: rgb(109,219,238); }
H1.HeaderClassName
{
color: #6DDBEE;
}
.AnyTagClassName
{
color: #6DDBEE;
}
</style>
background-color css
<style>
a { background-color: #6DDBEE; }
a { background-color: rgb(109,219,238); }
div.DivClassName
{
background-color: #6DDBEE;
}
.BgClassName
{
background-color: #6DDBEE;
}
</style>
border-color css
<style>
span { border-color: #6DDBEE; }
span { border-color: rgb(109,219,238); }
td.TdClassName
{
border-color: #6DDBEE;
}
.TagClassName
{
border-color: #6DDBEE;
}
</style>