Shades of Turquoise Blue #6CD3DB
Tints of Turquoise Blue #6CD3DB
RGB
CMYK
RGB Variations
Color information
#6CD3DB (or 0x6CD3DB) is known color: Turquoise Blue. HEX triplet: 6C, D3 and DB. RGB value is (108,211,219). Sum of RGB (Red+Green+Blue) = 108+211+219=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CD3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD3DB is #932C24. Grayscale: #B4B4B4. Windows color (decimal): -9645093 or 14406508. OLE color: 14406508.
HSL color Cylindrical-coordinate representation of color #6CD3DB: hue angle of 184.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CD3DB is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 211 | 219 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.14 |
| HSL | 184.32º | 0.61% | 0.64% | - |
| HSV(B) | 184.32º | 0.51% | 0.86% | - |
| XYZ | 42.26 | 54.89 | 75.39 | - |
| YUV | 181.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 211 | 219 | 0.51 | 0.04 | 0 | 0.14 | 184.32 | 0.61 | 0.64 |
| Hex | 6C | D3 | DB | 33 | 4 | 0 | E | B8 | 3D | 40 |
| Octal | 154 | 323 | 333 | 63 | 4 | 0 | 16 | 270 | 75 | 100 |
| Binary | 1101100 | 11010011 | 11011011 | 110011 | 100 | 0 | 1110 | 10111000 | 111101 | 1000000 |
Color Harmonies of #6CD3DB
Complementary color
Monochromatic Colors of #6CD3DB
Black with #6CD3DB
Text Example
Text Example
White with #6CD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD3DB; }
p { color: rgb(108,211,219); }
H1.HeaderClassName
{
color: #6CD3DB;
}
.AnyTagClassName
{
color: #6CD3DB;
}
</style>
background-color css
<style>
a { background-color: #6CD3DB; }
a { background-color: rgb(108,211,219); }
div.DivClassName
{
background-color: #6CD3DB;
}
.BgClassName
{
background-color: #6CD3DB;
}
</style>
border-color css
<style>
span { border-color: #6CD3DB; }
span { border-color: rgb(108,211,219); }
td.TdClassName
{
border-color: #6CD3DB;
}
.TagClassName
{
border-color: #6CD3DB;
}
</style>