Shades of Turquoise Blue #6ADCD4
Tints of Turquoise Blue #6ADCD4
RGB
CMYK
RGB Variations
Color information
#6ADCD4 (or 0x6ADCD4) is known color: Turquoise Blue. HEX triplet: 6A, DC and D4. RGB value is (106,220,212). Sum of RGB (Red+Green+Blue) = 106+220+212=538 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.70% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADCD4 is #95232B. Grayscale: #B8B8B8. Windows color (decimal): -9773868 or 13950058. OLE color: 13950058.
HSL color Cylindrical-coordinate representation of color #6ADCD4: hue angle of 175.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADCD4 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 212 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.14 |
| HSL | 175.79º | 0.62% | 0.64% | - |
| HSV(B) | 175.79º | 0.52% | 0.86% | - |
| XYZ | 43.42 | 59 | 71.39 | - |
| YUV | 185 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 212 | 0.52 | 0 | 0.04 | 0.14 | 175.79 | 0.62 | 0.64 |
| Hex | 6A | DC | D4 | 34 | 0 | 4 | E | B0 | 3E | 40 |
| Octal | 152 | 334 | 324 | 64 | 0 | 4 | 16 | 260 | 76 | 100 |
| Binary | 1101010 | 11011100 | 11010100 | 110100 | 0 | 100 | 1110 | 10110000 | 111110 | 1000000 |
Color Harmonies of #6ADCD4
Complementary color
Monochromatic Colors of #6ADCD4
Black with #6ADCD4
Text Example
Text Example
White with #6ADCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCD4; }
p { color: rgb(106,220,212); }
H1.HeaderClassName
{
color: #6ADCD4;
}
.AnyTagClassName
{
color: #6ADCD4;
}
</style>
background-color css
<style>
a { background-color: #6ADCD4; }
a { background-color: rgb(106,220,212); }
div.DivClassName
{
background-color: #6ADCD4;
}
.BgClassName
{
background-color: #6ADCD4;
}
</style>
border-color css
<style>
span { border-color: #6ADCD4; }
span { border-color: rgb(106,220,212); }
td.TdClassName
{
border-color: #6ADCD4;
}
.TagClassName
{
border-color: #6ADCD4;
}
</style>