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