Shades of Turquoise Blue #6CDBDD
Tints of Turquoise Blue #6CDBDD
RGB
CMYK
RGB Variations
Color information
#6CDBDD (or 0x6CDBDD) is known color: Turquoise Blue. HEX triplet: 6C, DB and DD. RGB value is (108,219,221). Sum of RGB (Red+Green+Blue) = 108+219+221=548 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.71% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CDBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBDD is #932422. Grayscale: #B9B9B9. Windows color (decimal): -9643043 or 14539628. OLE color: 14539628.
HSL color Cylindrical-coordinate representation of color #6CDBDD: hue angle of 181.06º 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 #6CDBDD is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 219 | 221 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.13 |
| HSL | 181.06º | 0.62% | 0.65% | - |
| HSV(B) | 181.06º | 0.51% | 0.87% | - |
| XYZ | 44.57 | 59.07 | 77.46 | - |
| YUV | 186.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 221 | 0.51 | 0.01 | 0 | 0.13 | 181.06 | 0.62 | 0.65 |
| Hex | 6C | DB | DD | 33 | 1 | 0 | D | B5 | 3E | 41 |
| Octal | 154 | 333 | 335 | 63 | 1 | 0 | 15 | 265 | 76 | 101 |
| Binary | 1101100 | 11011011 | 11011101 | 110011 | 1 | 0 | 1101 | 10110101 | 111110 | 1000001 |
Color Harmonies of #6CDBDD
Complementary color
Monochromatic Colors of #6CDBDD
Black with #6CDBDD
Text Example
Text Example
White with #6CDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBDD; }
p { color: rgb(108,219,221); }
H1.HeaderClassName
{
color: #6CDBDD;
}
.AnyTagClassName
{
color: #6CDBDD;
}
</style>
background-color css
<style>
a { background-color: #6CDBDD; }
a { background-color: rgb(108,219,221); }
div.DivClassName
{
background-color: #6CDBDD;
}
.BgClassName
{
background-color: #6CDBDD;
}
</style>
border-color css
<style>
span { border-color: #6CDBDD; }
span { border-color: rgb(108,219,221); }
td.TdClassName
{
border-color: #6CDBDD;
}
.TagClassName
{
border-color: #6CDBDD;
}
</style>