Shades of Turquoise Blue #6DDEDF
Tints of Turquoise Blue #6DDEDF
RGB
CMYK
RGB Variations
Color information
#6DDEDF (or 0x6DDEDF) is known color: Turquoise Blue. HEX triplet: 6D, DE and DF. RGB value is (109,222,223). Sum of RGB (Red+Green+Blue) = 109+222+223=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEDF is #922120. Grayscale: #BCBCBC. Windows color (decimal): -9576737 or 14671469. OLE color: 14671469.
HSL color Cylindrical-coordinate representation of color #6DDEDF: hue angle of 180.53º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDEDF is Cyan = 0.51, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 223 | - |
| CMYK | 0.51 | 0.00 | 0 | 0.13 |
| HSL | 180.53º | 0.64% | 0.65% | - |
| HSV(B) | 180.53º | 0.51% | 0.87% | - |
| XYZ | 45.75 | 60.82 | 79.14 | - |
| YUV | 188.33 | 147.56 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 223 | 0.51 | 0.00 | 0 | 0.13 | 180.53 | 0.64 | 0.65 |
| Hex | 6D | DE | DF | 33 | 0 | 0 | D | B5 | 40 | 41 |
| Octal | 155 | 336 | 337 | 63 | 0 | 0 | 15 | 265 | 100 | 101 |
| Binary | 1101101 | 11011110 | 11011111 | 110011 | 0 | 0 | 1101 | 10110101 | 1000000 | 1000001 |
Color Harmonies of #6DDEDF
Complementary color
Monochromatic Colors of #6DDEDF
Black with #6DDEDF
Text Example
Text Example
White with #6DDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEDF; }
p { color: rgb(109,222,223); }
H1.HeaderClassName
{
color: #6DDEDF;
}
.AnyTagClassName
{
color: #6DDEDF;
}
</style>
background-color css
<style>
a { background-color: #6DDEDF; }
a { background-color: rgb(109,222,223); }
div.DivClassName
{
background-color: #6DDEDF;
}
.BgClassName
{
background-color: #6DDEDF;
}
</style>
border-color css
<style>
span { border-color: #6DDEDF; }
span { border-color: rgb(109,222,223); }
td.TdClassName
{
border-color: #6DDEDF;
}
.TagClassName
{
border-color: #6DDEDF;
}
</style>