Shades of Turquoise Blue #6DEFDE
Tints of Turquoise Blue #6DEFDE
RGB
CMYK
RGB Variations
Color information
#6DEFDE (or 0x6DEFDE) is known color: Turquoise Blue. HEX triplet: 6D, EF and DE. RGB value is (109,239,222). Sum of RGB (Red+Green+Blue) = 109+239+222=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEFDE is #921021. Grayscale: #C6C6C6. Windows color (decimal): -9572386 or 14610285. OLE color: 14610285.
HSL color Cylindrical-coordinate representation of color #6DEFDE: hue angle of 172.15º 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 #6DEFDE is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 239 | 222 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.06 |
| HSL | 172.15º | 0.8% | 0.68% | - |
| HSV(B) | 172.15º | 0.54% | 0.94% | - |
| XYZ | 50.36 | 70.26 | 80.01 | - |
| YUV | 198.19 | 141.43 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 239 | 222 | 0.54 | 0 | 0.07 | 0.06 | 172.15 | 0.8 | 0.68 |
| Hex | 6D | EF | DE | 36 | 0 | 7 | 6 | AC | 50 | 44 |
| Octal | 155 | 357 | 336 | 66 | 0 | 7 | 6 | 254 | 120 | 104 |
| Binary | 1101101 | 11101111 | 11011110 | 110110 | 0 | 111 | 110 | 10101100 | 1010000 | 1000100 |
Color Harmonies of #6DEFDE
Complementary color
Monochromatic Colors of #6DEFDE
Black with #6DEFDE
Text Example
Text Example
White with #6DEFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEFDE; }
p { color: rgb(109,239,222); }
H1.HeaderClassName
{
color: #6DEFDE;
}
.AnyTagClassName
{
color: #6DEFDE;
}
</style>
background-color css
<style>
a { background-color: #6DEFDE; }
a { background-color: rgb(109,239,222); }
div.DivClassName
{
background-color: #6DEFDE;
}
.BgClassName
{
background-color: #6DEFDE;
}
</style>
border-color css
<style>
span { border-color: #6DEFDE; }
span { border-color: rgb(109,239,222); }
td.TdClassName
{
border-color: #6DEFDE;
}
.TagClassName
{
border-color: #6DEFDE;
}
</style>