Shades of Turquoise #3ADCCD
Tints of Turquoise #3ADCCD
RGB
CMYK
RGB Variations
Color information
#3ADCCD (or 0x3ADCCD) is known color: Turquoise. HEX triplet: 3A, DC and CD. RGB value is (58,220,205). Sum of RGB (Red+Green+Blue) = 58+220+205=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCCD is #C52332. Grayscale: #A9A9A9. Windows color (decimal): -12919603 or 13491258. OLE color: 13491258.
HSL color Cylindrical-coordinate representation of color #3ADCCD: hue angle of 174.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADCCD is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 205 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.14 |
| HSL | 174.44º | 0.7% | 0.55% | - |
| HSV(B) | 174.44º | 0.74% | 0.86% | - |
| XYZ | 38.36 | 56.49 | 66.64 | - |
| YUV | 169.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 205 | 0.74 | 0 | 0.07 | 0.14 | 174.44 | 0.7 | 0.55 |
| Hex | 3A | DC | CD | 4A | 0 | 7 | E | AE | 46 | 37 |
| Octal | 72 | 334 | 315 | 112 | 0 | 7 | 16 | 256 | 106 | 67 |
| Binary | 111010 | 11011100 | 11001101 | 1001010 | 0 | 111 | 1110 | 10101110 | 1000110 | 110111 |
Color Harmonies of #3ADCCD
Complementary color
Monochromatic Colors of #3ADCCD
Black with #3ADCCD
Text Example
Text Example
White with #3ADCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCCD; }
p { color: rgb(58,220,205); }
H1.HeaderClassName
{
color: #3ADCCD;
}
.AnyTagClassName
{
color: #3ADCCD;
}
</style>
background-color css
<style>
a { background-color: #3ADCCD; }
a { background-color: rgb(58,220,205); }
div.DivClassName
{
background-color: #3ADCCD;
}
.BgClassName
{
background-color: #3ADCCD;
}
</style>
border-color css
<style>
span { border-color: #3ADCCD; }
span { border-color: rgb(58,220,205); }
td.TdClassName
{
border-color: #3ADCCD;
}
.TagClassName
{
border-color: #3ADCCD;
}
</style>