Shades of Turquoise #3ADCE0
Tints of Turquoise #3ADCE0
RGB
CMYK
RGB Variations
Color information
#3ADCE0 (or 0x3ADCE0) is known color: Turquoise. HEX triplet: 3A, DC and E0. RGB value is (58,220,224). Sum of RGB (Red+Green+Blue) = 58+220+224=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #3ADCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADCE0 is #C5231F. Grayscale: #ABABAB. Windows color (decimal): -12919584 or 14736442. OLE color: 14736442.
HSL color Cylindrical-coordinate representation of color #3ADCE0: hue angle of 181.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADCE0 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 220 | 224 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.12 |
| HSL | 181.45º | 0.73% | 0.55% | - |
| HSV(B) | 181.45º | 0.74% | 0.88% | - |
| XYZ | 40.79 | 57.47 | 79.46 | - |
| YUV | 172.02 | 157.33 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 224 | 0.74 | 0.02 | 0 | 0.12 | 181.45 | 0.73 | 0.55 |
| Hex | 3A | DC | E0 | 4A | 2 | 0 | C | B5 | 49 | 37 |
| Octal | 72 | 334 | 340 | 112 | 2 | 0 | 14 | 265 | 111 | 67 |
| Binary | 111010 | 11011100 | 11100000 | 1001010 | 10 | 0 | 1100 | 10110101 | 1001001 | 110111 |
Color Harmonies of #3ADCE0
Complementary color
Monochromatic Colors of #3ADCE0
Black with #3ADCE0
Text Example
Text Example
White with #3ADCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCE0; }
p { color: rgb(58,220,224); }
H1.HeaderClassName
{
color: #3ADCE0;
}
.AnyTagClassName
{
color: #3ADCE0;
}
</style>
background-color css
<style>
a { background-color: #3ADCE0; }
a { background-color: rgb(58,220,224); }
div.DivClassName
{
background-color: #3ADCE0;
}
.BgClassName
{
background-color: #3ADCE0;
}
</style>
border-color css
<style>
span { border-color: #3ADCE0; }
span { border-color: rgb(58,220,224); }
td.TdClassName
{
border-color: #3ADCE0;
}
.TagClassName
{
border-color: #3ADCE0;
}
</style>