Shades of Turquoise Blue #6CDDD4
Tints of Turquoise Blue #6CDDD4
RGB
CMYK
RGB Variations
Color information
#6CDDD4 (or 0x6CDDD4) is known color: Turquoise Blue. HEX triplet: 6C, DD and D4. RGB value is (108,221,212). Sum of RGB (Red+Green+Blue) = 108+221+212=541 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.96% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDD4 is #93222B. Grayscale: #BABABA. Windows color (decimal): -9642540 or 13950316. OLE color: 13950316.
HSL color Cylindrical-coordinate representation of color #6CDDD4: hue angle of 175.22º 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 #6CDDD4 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 212 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.13 |
| HSL | 175.22º | 0.62% | 0.65% | - |
| HSV(B) | 175.22º | 0.51% | 0.87% | - |
| XYZ | 43.92 | 59.65 | 71.49 | - |
| YUV | 186.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 212 | 0.51 | 0 | 0.04 | 0.13 | 175.22 | 0.62 | 0.65 |
| Hex | 6C | DD | D4 | 33 | 0 | 4 | D | AF | 3E | 41 |
| Octal | 154 | 335 | 324 | 63 | 0 | 4 | 15 | 257 | 76 | 101 |
| Binary | 1101100 | 11011101 | 11010100 | 110011 | 0 | 100 | 1101 | 10101111 | 111110 | 1000001 |
Color Harmonies of #6CDDD4
Complementary color
Monochromatic Colors of #6CDDD4
Black with #6CDDD4
Text Example
Text Example
White with #6CDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDDD4; }
p { color: rgb(108,221,212); }
H1.HeaderClassName
{
color: #6CDDD4;
}
.AnyTagClassName
{
color: #6CDDD4;
}
</style>
background-color css
<style>
a { background-color: #6CDDD4; }
a { background-color: rgb(108,221,212); }
div.DivClassName
{
background-color: #6CDDD4;
}
.BgClassName
{
background-color: #6CDDD4;
}
</style>
border-color css
<style>
span { border-color: #6CDDD4; }
span { border-color: rgb(108,221,212); }
td.TdClassName
{
border-color: #6CDDD4;
}
.TagClassName
{
border-color: #6CDDD4;
}
</style>