Shades of Turquoise Blue #6DEDED
Tints of Turquoise Blue #6DEDED
RGB
CMYK
RGB Variations
Color information
#6DEDED (or 0x6DEDED) is known color: Turquoise Blue. HEX triplet: 6D, ED and ED. RGB value is (109,237,237). Sum of RGB (Red+Green+Blue) = 109+237+237=583 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.70% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #6DEDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDED is #921212. Grayscale: #C6C6C6. Windows color (decimal): -9572883 or 15592813. OLE color: 15592813.
HSL color Cylindrical-coordinate representation of color #6DEDED: hue angle of 180º degrees, saturation: 0.78, 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 #6DEDED is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 237 | - |
| CMYK | 0.54 | 0 | 0 | 0.07 |
| HSL | 180º | 0.78% | 0.68% | - |
| HSV(B) | 180º | 0.54% | 0.93% | - |
| XYZ | 51.88 | 69.93 | 90.89 | - |
| YUV | 198.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 237 | 0.54 | 0 | 0 | 0.07 | 180 | 0.78 | 0.68 |
| Hex | 6D | ED | ED | 36 | 0 | 0 | 7 | B4 | 4E | 44 |
| Octal | 155 | 355 | 355 | 66 | 0 | 0 | 7 | 264 | 116 | 104 |
| Binary | 1101101 | 11101101 | 11101101 | 110110 | 0 | 0 | 111 | 10110100 | 1001110 | 1000100 |
Color Harmonies of #6DEDED
Complementary color
Monochromatic Colors of #6DEDED
Black with #6DEDED
Text Example
Text Example
White with #6DEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDED; }
p { color: rgb(109,237,237); }
H1.HeaderClassName
{
color: #6DEDED;
}
.AnyTagClassName
{
color: #6DEDED;
}
</style>
background-color css
<style>
a { background-color: #6DEDED; }
a { background-color: rgb(109,237,237); }
div.DivClassName
{
background-color: #6DEDED;
}
.BgClassName
{
background-color: #6DEDED;
}
</style>
border-color css
<style>
span { border-color: #6DEDED; }
span { border-color: rgb(109,237,237); }
td.TdClassName
{
border-color: #6DEDED;
}
.TagClassName
{
border-color: #6DEDED;
}
</style>