Shades of Turquoise Blue #6CDDD7
Tints of Turquoise Blue #6CDDD7
RGB
CMYK
RGB Variations
Color information
#6CDDD7 (or 0x6CDDD7) is known color: Turquoise Blue. HEX triplet: 6C, DD and D7. RGB value is (108,221,215). Sum of RGB (Red+Green+Blue) = 108+221+215=544 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.85% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDD7 is #932228. Grayscale: #BABABA. Windows color (decimal): -9642537 or 14146924. OLE color: 14146924.
HSL color Cylindrical-coordinate representation of color #6CDDD7: hue angle of 176.81º 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 #6CDDD7 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 215 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.13 |
| HSL | 176.81º | 0.62% | 0.65% | - |
| HSV(B) | 176.81º | 0.51% | 0.87% | - |
| XYZ | 44.31 | 59.81 | 73.5 | - |
| YUV | 186.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 215 | 0.51 | 0 | 0.03 | 0.13 | 176.81 | 0.62 | 0.65 |
| Hex | 6C | DD | D7 | 33 | 0 | 3 | D | B1 | 3E | 41 |
| Octal | 154 | 335 | 327 | 63 | 0 | 3 | 15 | 261 | 76 | 101 |
| Binary | 1101100 | 11011101 | 11010111 | 110011 | 0 | 11 | 1101 | 10110001 | 111110 | 1000001 |
Color Harmonies of #6CDDD7
Complementary color
Monochromatic Colors of #6CDDD7
Black with #6CDDD7
Text Example
Text Example
White with #6CDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDD7; }
p { color: rgb(108,221,215); }
H1.HeaderClassName
{
color: #6CDDD7;
}
.AnyTagClassName
{
color: #6CDDD7;
}
</style>
background-color css
<style>
a { background-color: #6CDDD7; }
a { background-color: rgb(108,221,215); }
div.DivClassName
{
background-color: #6CDDD7;
}
.BgClassName
{
background-color: #6CDDD7;
}
</style>
border-color css
<style>
span { border-color: #6CDDD7; }
span { border-color: rgb(108,221,215); }
td.TdClassName
{
border-color: #6CDDD7;
}
.TagClassName
{
border-color: #6CDDD7;
}
</style>