Shades of Turquoise Blue #6CDCDC
Tints of Turquoise Blue #6CDCDC
RGB
CMYK
RGB Variations
Color information
#6CDCDC (or 0x6CDCDC) is known color: Turquoise Blue. HEX triplet: 6C, DC and DC. RGB value is (108,220,220). Sum of RGB (Red+Green+Blue) = 108+220+220=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #6CDCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCDC is #932323. Grayscale: #BABABA. Windows color (decimal): -9642788 or 14474348. OLE color: 14474348.
HSL color Cylindrical-coordinate representation of color #6CDCDC: hue angle of 180º degrees, saturation: 0.62, 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 #6CDCDC is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 220 | - |
| CMYK | 0.51 | 0 | 0 | 0.14 |
| HSL | 180º | 0.62% | 0.64% | - |
| HSV(B) | 180º | 0.51% | 0.86% | - |
| XYZ | 44.7 | 59.54 | 76.85 | - |
| YUV | 186.51 | 146.89 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 220 | 0.51 | 0 | 0 | 0.14 | 180 | 0.62 | 0.64 |
| Hex | 6C | DC | DC | 33 | 0 | 0 | E | B4 | 3E | 40 |
| Octal | 154 | 334 | 334 | 63 | 0 | 0 | 16 | 264 | 76 | 100 |
| Binary | 1101100 | 11011100 | 11011100 | 110011 | 0 | 0 | 1110 | 10110100 | 111110 | 1000000 |
Color Harmonies of #6CDCDC
Complementary color
Monochromatic Colors of #6CDCDC
Black with #6CDCDC
Text Example
Text Example
White with #6CDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDCDC; }
p { color: rgb(108,220,220); }
H1.HeaderClassName
{
color: #6CDCDC;
}
.AnyTagClassName
{
color: #6CDCDC;
}
</style>
background-color css
<style>
a { background-color: #6CDCDC; }
a { background-color: rgb(108,220,220); }
div.DivClassName
{
background-color: #6CDCDC;
}
.BgClassName
{
background-color: #6CDCDC;
}
</style>
border-color css
<style>
span { border-color: #6CDCDC; }
span { border-color: rgb(108,220,220); }
td.TdClassName
{
border-color: #6CDCDC;
}
.TagClassName
{
border-color: #6CDCDC;
}
</style>