Shades of Turquoise Blue #6DECDE
Tints of Turquoise Blue #6DECDE
RGB
CMYK
RGB Variations
Color information
#6DECDE (or 0x6DECDE) is known color: Turquoise Blue. HEX triplet: 6D, EC and DE. RGB value is (109,236,222). Sum of RGB (Red+Green+Blue) = 109+236+222=567 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.22% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECDE is #921321. Grayscale: #C4C4C4. Windows color (decimal): -9573154 or 14609517. OLE color: 14609517.
HSL color Cylindrical-coordinate representation of color #6DECDE: hue angle of 173.39º degrees, saturation: 0.77, 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 #6DECDE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 222 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.07 |
| HSL | 173.39º | 0.77% | 0.68% | - |
| HSV(B) | 173.39º | 0.54% | 0.93% | - |
| XYZ | 49.49 | 68.52 | 79.72 | - |
| YUV | 196.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 222 | 0.54 | 0 | 0.06 | 0.07 | 173.39 | 0.77 | 0.68 |
| Hex | 6D | EC | DE | 36 | 0 | 6 | 7 | AD | 4D | 44 |
| Octal | 155 | 354 | 336 | 66 | 0 | 6 | 7 | 255 | 115 | 104 |
| Binary | 1101101 | 11101100 | 11011110 | 110110 | 0 | 110 | 111 | 10101101 | 1001101 | 1000100 |
Color Harmonies of #6DECDE
Complementary color
Monochromatic Colors of #6DECDE
Black with #6DECDE
Text Example
Text Example
White with #6DECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECDE; }
p { color: rgb(109,236,222); }
H1.HeaderClassName
{
color: #6DECDE;
}
.AnyTagClassName
{
color: #6DECDE;
}
</style>
background-color css
<style>
a { background-color: #6DECDE; }
a { background-color: rgb(109,236,222); }
div.DivClassName
{
background-color: #6DECDE;
}
.BgClassName
{
background-color: #6DECDE;
}
</style>
border-color css
<style>
span { border-color: #6DECDE; }
span { border-color: rgb(109,236,222); }
td.TdClassName
{
border-color: #6DECDE;
}
.TagClassName
{
border-color: #6DECDE;
}
</style>