Shades of Turquoise Blue #6DD3DF
Tints of Turquoise Blue #6DD3DF
RGB
CMYK
RGB Variations
Color information
#6DD3DF (or 0x6DD3DF) is known color: Turquoise Blue. HEX triplet: 6D, D3 and DF. RGB value is (109,211,223). Sum of RGB (Red+Green+Blue) = 109+211+223=543 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.07% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DD3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD3DF is #922C20. Grayscale: #B5B5B5. Windows color (decimal): -9579553 or 14668653. OLE color: 14668653.
HSL color Cylindrical-coordinate representation of color #6DD3DF: hue angle of 186.32º 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 #6DD3DF is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 211 | 223 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.13 |
| HSL | 186.32º | 0.64% | 0.65% | - |
| HSV(B) | 186.32º | 0.51% | 0.87% | - |
| XYZ | 42.92 | 55.17 | 78.2 | - |
| YUV | 181.87 | 151.21 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 211 | 223 | 0.51 | 0.05 | 0 | 0.13 | 186.32 | 0.64 | 0.65 |
| Hex | 6D | D3 | DF | 33 | 5 | 0 | D | BA | 40 | 41 |
| Octal | 155 | 323 | 337 | 63 | 5 | 0 | 15 | 272 | 100 | 101 |
| Binary | 1101101 | 11010011 | 11011111 | 110011 | 101 | 0 | 1101 | 10111010 | 1000000 | 1000001 |
Color Harmonies of #6DD3DF
Complementary color
Monochromatic Colors of #6DD3DF
Black with #6DD3DF
Text Example
Text Example
White with #6DD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD3DF; }
p { color: rgb(109,211,223); }
H1.HeaderClassName
{
color: #6DD3DF;
}
.AnyTagClassName
{
color: #6DD3DF;
}
</style>
background-color css
<style>
a { background-color: #6DD3DF; }
a { background-color: rgb(109,211,223); }
div.DivClassName
{
background-color: #6DD3DF;
}
.BgClassName
{
background-color: #6DD3DF;
}
</style>
border-color css
<style>
span { border-color: #6DD3DF; }
span { border-color: rgb(109,211,223); }
td.TdClassName
{
border-color: #6DD3DF;
}
.TagClassName
{
border-color: #6DD3DF;
}
</style>