Shades of Turquoise Blue #6DEDDF
Tints of Turquoise Blue #6DEDDF
RGB
CMYK
RGB Variations
Color information
#6DEDDF (or 0x6DEDDF) is known color: Turquoise Blue. HEX triplet: 6D, ED and DF. RGB value is (109,237,223). Sum of RGB (Red+Green+Blue) = 109+237+223=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDDF is #921220. Grayscale: #C5C5C5. Windows color (decimal): -9572897 or 14675309. OLE color: 14675309.
HSL color Cylindrical-coordinate representation of color #6DEDDF: hue angle of 173.44º 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 #6DEDDF is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 223 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.07 |
| HSL | 173.44º | 0.78% | 0.68% | - |
| HSV(B) | 173.44º | 0.54% | 0.93% | - |
| XYZ | 49.91 | 69.15 | 80.53 | - |
| YUV | 197.13 | 142.59 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 223 | 0.54 | 0 | 0.06 | 0.07 | 173.44 | 0.78 | 0.68 |
| Hex | 6D | ED | DF | 36 | 0 | 6 | 7 | AD | 4E | 44 |
| Octal | 155 | 355 | 337 | 66 | 0 | 6 | 7 | 255 | 116 | 104 |
| Binary | 1101101 | 11101101 | 11011111 | 110110 | 0 | 110 | 111 | 10101101 | 1001110 | 1000100 |
Color Harmonies of #6DEDDF
Complementary color
Monochromatic Colors of #6DEDDF
Black with #6DEDDF
Text Example
Text Example
White with #6DEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDDF; }
p { color: rgb(109,237,223); }
H1.HeaderClassName
{
color: #6DEDDF;
}
.AnyTagClassName
{
color: #6DEDDF;
}
</style>
background-color css
<style>
a { background-color: #6DEDDF; }
a { background-color: rgb(109,237,223); }
div.DivClassName
{
background-color: #6DEDDF;
}
.BgClassName
{
background-color: #6DEDDF;
}
</style>
border-color css
<style>
span { border-color: #6DEDDF; }
span { border-color: rgb(109,237,223); }
td.TdClassName
{
border-color: #6DEDDF;
}
.TagClassName
{
border-color: #6DEDDF;
}
</style>