Shades of Turquoise Blue #6DDBE4
Tints of Turquoise Blue #6DDBE4
RGB
CMYK
RGB Variations
Color information
#6DDBE4 (or 0x6DDBE4) is known color: Turquoise Blue. HEX triplet: 6D, DB and E4. RGB value is (109,219,228). Sum of RGB (Red+Green+Blue) = 109+219+228=556 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.60% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #6DDBE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDBE4 is #92241B. Grayscale: #BABABA. Windows color (decimal): -9577500 or 14998381. OLE color: 14998381.
HSL color Cylindrical-coordinate representation of color #6DDBE4: hue angle of 184.54º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DDBE4 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 219 | 228 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.11 |
| HSL | 184.54º | 0.69% | 0.66% | - |
| HSV(B) | 184.54º | 0.52% | 0.89% | - |
| XYZ | 45.64 | 59.52 | 82.48 | - |
| YUV | 187.14 | 151.06 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 228 | 0.52 | 0.04 | 0 | 0.11 | 184.54 | 0.69 | 0.66 |
| Hex | 6D | DB | E4 | 34 | 4 | 0 | B | B9 | 45 | 42 |
| Octal | 155 | 333 | 344 | 64 | 4 | 0 | 13 | 271 | 105 | 102 |
| Binary | 1101101 | 11011011 | 11100100 | 110100 | 100 | 0 | 1011 | 10111001 | 1000101 | 1000010 |
Color Harmonies of #6DDBE4
Complementary color
Monochromatic Colors of #6DDBE4
Black with #6DDBE4
Text Example
Text Example
White with #6DDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBE4; }
p { color: rgb(109,219,228); }
H1.HeaderClassName
{
color: #6DDBE4;
}
.AnyTagClassName
{
color: #6DDBE4;
}
</style>
background-color css
<style>
a { background-color: #6DDBE4; }
a { background-color: rgb(109,219,228); }
div.DivClassName
{
background-color: #6DDBE4;
}
.BgClassName
{
background-color: #6DDBE4;
}
</style>
border-color css
<style>
span { border-color: #6DDBE4; }
span { border-color: rgb(109,219,228); }
td.TdClassName
{
border-color: #6DDBE4;
}
.TagClassName
{
border-color: #6DDBE4;
}
</style>