Shades of Turquoise Blue #6DDCEF
Tints of Turquoise Blue #6DDCEF
RGB
CMYK
RGB Variations
Color information
#6DDCEF (or 0x6DDCEF) is known color: Turquoise Blue. HEX triplet: 6D, DC and EF. RGB value is (109,220,239). Sum of RGB (Red+Green+Blue) = 109+220+239=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DDCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDCEF is #922310. Grayscale: #BCBCBC. Windows color (decimal): -9577233 or 15719533. OLE color: 15719533.
HSL color Cylindrical-coordinate representation of color #6DDCEF: hue angle of 188.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DDCEF is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 220 | 239 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.06 |
| HSL | 188.77º | 0.8% | 0.68% | - |
| HSV(B) | 188.77º | 0.54% | 0.94% | - |
| XYZ | 47.48 | 60.67 | 90.87 | - |
| YUV | 188.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 239 | 0.54 | 0.08 | 0 | 0.06 | 188.77 | 0.8 | 0.68 |
| Hex | 6D | DC | EF | 36 | 8 | 0 | 6 | BD | 50 | 44 |
| Octal | 155 | 334 | 357 | 66 | 10 | 0 | 6 | 275 | 120 | 104 |
| Binary | 1101101 | 11011100 | 11101111 | 110110 | 1000 | 0 | 110 | 10111101 | 1010000 | 1000100 |
Color Harmonies of #6DDCEF
Complementary color
Monochromatic Colors of #6DDCEF
Black with #6DDCEF
Text Example
Text Example
White with #6DDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCEF; }
p { color: rgb(109,220,239); }
H1.HeaderClassName
{
color: #6DDCEF;
}
.AnyTagClassName
{
color: #6DDCEF;
}
</style>
background-color css
<style>
a { background-color: #6DDCEF; }
a { background-color: rgb(109,220,239); }
div.DivClassName
{
background-color: #6DDCEF;
}
.BgClassName
{
background-color: #6DDCEF;
}
</style>
border-color css
<style>
span { border-color: #6DDCEF; }
span { border-color: rgb(109,220,239); }
td.TdClassName
{
border-color: #6DDCEF;
}
.TagClassName
{
border-color: #6DDCEF;
}
</style>