Shades of Turquoise Blue #6CDDDD
Tints of Turquoise Blue #6CDDDD
RGB
CMYK
RGB Variations
Color information
#6CDDDD (or 0x6CDDDD) is known color: Turquoise Blue. HEX triplet: 6C, DD and DD. RGB value is (108,221,221). Sum of RGB (Red+Green+Blue) = 108+221+221=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #6CDDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDDD is #932222. Grayscale: #BBBBBB. Windows color (decimal): -9642531 or 14540140. OLE color: 14540140.
HSL color Cylindrical-coordinate representation of color #6CDDDD: hue angle of 180º 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 #6CDDDD is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 221 | - |
| CMYK | 0.51 | 0 | 0 | 0.13 |
| HSL | 180º | 0.62% | 0.65% | - |
| HSV(B) | 180º | 0.51% | 0.87% | - |
| XYZ | 45.09 | 60.12 | 77.63 | - |
| YUV | 187.21 | 147.06 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 221 | 0.51 | 0 | 0 | 0.13 | 180 | 0.62 | 0.65 |
| Hex | 6C | DD | DD | 33 | 0 | 0 | D | B4 | 3E | 41 |
| Octal | 154 | 335 | 335 | 63 | 0 | 0 | 15 | 264 | 76 | 101 |
| Binary | 1101100 | 11011101 | 11011101 | 110011 | 0 | 0 | 1101 | 10110100 | 111110 | 1000001 |
Color Harmonies of #6CDDDD
Complementary color
Monochromatic Colors of #6CDDDD
Black with #6CDDDD
Text Example
Text Example
White with #6CDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDDD; }
p { color: rgb(108,221,221); }
H1.HeaderClassName
{
color: #6CDDDD;
}
.AnyTagClassName
{
color: #6CDDDD;
}
</style>
background-color css
<style>
a { background-color: #6CDDDD; }
a { background-color: rgb(108,221,221); }
div.DivClassName
{
background-color: #6CDDDD;
}
.BgClassName
{
background-color: #6CDDDD;
}
</style>
border-color css
<style>
span { border-color: #6CDDDD; }
span { border-color: rgb(108,221,221); }
td.TdClassName
{
border-color: #6CDDDD;
}
.TagClassName
{
border-color: #6CDDDD;
}
</style>