Shades of Turquoise #3ADEDC
Tints of Turquoise #3ADEDC
RGB
CMYK
RGB Variations
Color information
#3ADEDC (or 0x3ADEDC) is known color: Turquoise. HEX triplet: 3A, DE and DC. RGB value is (58,222,220). Sum of RGB (Red+Green+Blue) = 58+222+220=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADEDC is #C52123. Grayscale: #ACACAC. Windows color (decimal): -12919076 or 14474810. OLE color: 14474810.
HSL color Cylindrical-coordinate representation of color #3ADEDC: hue angle of 179.27º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADEDC is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 220 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.13 |
| HSL | 179.27º | 0.71% | 0.55% | - |
| HSV(B) | 179.27º | 0.74% | 0.87% | - |
| XYZ | 40.78 | 58.31 | 76.82 | - |
| YUV | 172.74 | 154.67 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 220 | 0.74 | 0 | 0.01 | 0.13 | 179.27 | 0.71 | 0.55 |
| Hex | 3A | DE | DC | 4A | 0 | 1 | D | B3 | 47 | 37 |
| Octal | 72 | 336 | 334 | 112 | 0 | 1 | 15 | 263 | 107 | 67 |
| Binary | 111010 | 11011110 | 11011100 | 1001010 | 0 | 1 | 1101 | 10110011 | 1000111 | 110111 |
Color Harmonies of #3ADEDC
Complementary color
Monochromatic Colors of #3ADEDC
Black with #3ADEDC
Text Example
Text Example
White with #3ADEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEDC; }
p { color: rgb(58,222,220); }
H1.HeaderClassName
{
color: #3ADEDC;
}
.AnyTagClassName
{
color: #3ADEDC;
}
</style>
background-color css
<style>
a { background-color: #3ADEDC; }
a { background-color: rgb(58,222,220); }
div.DivClassName
{
background-color: #3ADEDC;
}
.BgClassName
{
background-color: #3ADEDC;
}
</style>
border-color css
<style>
span { border-color: #3ADEDC; }
span { border-color: rgb(58,222,220); }
td.TdClassName
{
border-color: #3ADEDC;
}
.TagClassName
{
border-color: #3ADEDC;
}
</style>