Shades of Turquoise Blue #6CDCDA
Tints of Turquoise Blue #6CDCDA
RGB
CMYK
RGB Variations
Color information
#6CDCDA (or 0x6CDCDA) is known color: Turquoise Blue. HEX triplet: 6C, DC and DA. RGB value is (108,220,218). Sum of RGB (Red+Green+Blue) = 108+220+218=546 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.78% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCDA is #932325. Grayscale: #BABABA. Windows color (decimal): -9642790 or 14343276. OLE color: 14343276.
HSL color Cylindrical-coordinate representation of color #6CDCDA: hue angle of 178.93º 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 #6CDCDA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 218 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.14 |
| HSL | 178.93º | 0.62% | 0.64% | - |
| HSV(B) | 178.93º | 0.51% | 0.86% | - |
| XYZ | 44.43 | 59.44 | 75.46 | - |
| YUV | 186.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 218 | 0.51 | 0 | 0.01 | 0.14 | 178.93 | 0.62 | 0.64 |
| Hex | 6C | DC | DA | 33 | 0 | 1 | E | B3 | 3E | 40 |
| Octal | 154 | 334 | 332 | 63 | 0 | 1 | 16 | 263 | 76 | 100 |
| Binary | 1101100 | 11011100 | 11011010 | 110011 | 0 | 1 | 1110 | 10110011 | 111110 | 1000000 |
Color Harmonies of #6CDCDA
Complementary color
Monochromatic Colors of #6CDCDA
Black with #6CDCDA
Text Example
Text Example
White with #6CDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDCDA; }
p { color: rgb(108,220,218); }
H1.HeaderClassName
{
color: #6CDCDA;
}
.AnyTagClassName
{
color: #6CDCDA;
}
</style>
background-color css
<style>
a { background-color: #6CDCDA; }
a { background-color: rgb(108,220,218); }
div.DivClassName
{
background-color: #6CDCDA;
}
.BgClassName
{
background-color: #6CDCDA;
}
</style>
border-color css
<style>
span { border-color: #6CDCDA; }
span { border-color: rgb(108,220,218); }
td.TdClassName
{
border-color: #6CDCDA;
}
.TagClassName
{
border-color: #6CDCDA;
}
</style>