Shades of Turquoise Blue #6CDADD
Tints of Turquoise Blue #6CDADD
RGB
CMYK
RGB Variations
Color information
#6CDADD (or 0x6CDADD) is known color: Turquoise Blue. HEX triplet: 6C, DA and DD. RGB value is (108,218,221). Sum of RGB (Red+Green+Blue) = 108+218+221=547 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.74% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CDADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDADD is #932522. Grayscale: #B9B9B9. Windows color (decimal): -9643299 or 14539372. OLE color: 14539372.
HSL color Cylindrical-coordinate representation of color #6CDADD: hue angle of 181.59º degrees, saturation: 0.62, 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 #6CDADD is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 218 | 221 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.13 |
| HSL | 181.59º | 0.62% | 0.65% | - |
| HSV(B) | 181.59º | 0.51% | 0.87% | - |
| XYZ | 44.31 | 58.55 | 77.37 | - |
| YUV | 185.45 | 148.06 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 221 | 0.51 | 0.01 | 0 | 0.13 | 181.59 | 0.62 | 0.65 |
| Hex | 6C | DA | DD | 33 | 1 | 0 | D | B6 | 3E | 41 |
| Octal | 154 | 332 | 335 | 63 | 1 | 0 | 15 | 266 | 76 | 101 |
| Binary | 1101100 | 11011010 | 11011101 | 110011 | 1 | 0 | 1101 | 10110110 | 111110 | 1000001 |
Color Harmonies of #6CDADD
Complementary color
Monochromatic Colors of #6CDADD
Black with #6CDADD
Text Example
Text Example
White with #6CDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDADD; }
p { color: rgb(108,218,221); }
H1.HeaderClassName
{
color: #6CDADD;
}
.AnyTagClassName
{
color: #6CDADD;
}
</style>
background-color css
<style>
a { background-color: #6CDADD; }
a { background-color: rgb(108,218,221); }
div.DivClassName
{
background-color: #6CDADD;
}
.BgClassName
{
background-color: #6CDADD;
}
</style>
border-color css
<style>
span { border-color: #6CDADD; }
span { border-color: rgb(108,218,221); }
td.TdClassName
{
border-color: #6CDADD;
}
.TagClassName
{
border-color: #6CDADD;
}
</style>