Shades of Turquoise Blue #6DEDEF
Tints of Turquoise Blue #6DEDEF
RGB
CMYK
RGB Variations
Color information
#6DEDEF (or 0x6DEDEF) is known color: Turquoise Blue. HEX triplet: 6D, ED and EF. RGB value is (109,237,239). Sum of RGB (Red+Green+Blue) = 109+237+239=585 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.63% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DEDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDEF is #921210. Grayscale: #C6C6C6. Windows color (decimal): -9572881 or 15723885. OLE color: 15723885.
HSL color Cylindrical-coordinate representation of color #6DEDEF: hue angle of 180.92º 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 #6DEDEF is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 237 | 239 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.06 |
| HSL | 180.92º | 0.8% | 0.68% | - |
| HSV(B) | 180.92º | 0.54% | 0.94% | - |
| XYZ | 52.17 | 70.05 | 92.43 | - |
| YUV | 198.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 239 | 0.54 | 0.01 | 0 | 0.06 | 180.92 | 0.8 | 0.68 |
| Hex | 6D | ED | EF | 36 | 1 | 0 | 6 | B5 | 50 | 44 |
| Octal | 155 | 355 | 357 | 66 | 1 | 0 | 6 | 265 | 120 | 104 |
| Binary | 1101101 | 11101101 | 11101111 | 110110 | 1 | 0 | 110 | 10110101 | 1010000 | 1000100 |
Color Harmonies of #6DEDEF
Complementary color
Monochromatic Colors of #6DEDEF
Black with #6DEDEF
Text Example
Text Example
White with #6DEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDEF; }
p { color: rgb(109,237,239); }
H1.HeaderClassName
{
color: #6DEDEF;
}
.AnyTagClassName
{
color: #6DEDEF;
}
</style>
background-color css
<style>
a { background-color: #6DEDEF; }
a { background-color: rgb(109,237,239); }
div.DivClassName
{
background-color: #6DEDEF;
}
.BgClassName
{
background-color: #6DEDEF;
}
</style>
border-color css
<style>
span { border-color: #6DEDEF; }
span { border-color: rgb(109,237,239); }
td.TdClassName
{
border-color: #6DEDEF;
}
.TagClassName
{
border-color: #6DEDEF;
}
</style>