Shades of Turquoise #3ADADC
Tints of Turquoise #3ADADC
RGB
CMYK
RGB Variations
Color information
#3ADADC (or 0x3ADADC) is known color: Turquoise. HEX triplet: 3A, DA and DC. RGB value is (58,218,220). Sum of RGB (Red+Green+Blue) = 58+218+220=496 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.69% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ADADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADADC is #C52523. Grayscale: #AAAAAA. Windows color (decimal): -12920100 or 14473786. OLE color: 14473786.
HSL color Cylindrical-coordinate representation of color #3ADADC: hue angle of 180.74º 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 #3ADADC is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 218 | 220 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.14 |
| HSL | 180.74º | 0.7% | 0.55% | - |
| HSV(B) | 180.74º | 0.74% | 0.86% | - |
| XYZ | 39.73 | 56.21 | 76.47 | - |
| YUV | 170.39 | 155.99 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 220 | 0.74 | 0.01 | 0 | 0.14 | 180.74 | 0.7 | 0.55 |
| Hex | 3A | DA | DC | 4A | 1 | 0 | E | B5 | 46 | 37 |
| Octal | 72 | 332 | 334 | 112 | 1 | 0 | 16 | 265 | 106 | 67 |
| Binary | 111010 | 11011010 | 11011100 | 1001010 | 1 | 0 | 1110 | 10110101 | 1000110 | 110111 |
Color Harmonies of #3ADADC
Complementary color
Monochromatic Colors of #3ADADC
Black with #3ADADC
Text Example
Text Example
White with #3ADADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADADC; }
p { color: rgb(58,218,220); }
H1.HeaderClassName
{
color: #3ADADC;
}
.AnyTagClassName
{
color: #3ADADC;
}
</style>
background-color css
<style>
a { background-color: #3ADADC; }
a { background-color: rgb(58,218,220); }
div.DivClassName
{
background-color: #3ADADC;
}
.BgClassName
{
background-color: #3ADADC;
}
</style>
border-color css
<style>
span { border-color: #3ADADC; }
span { border-color: rgb(58,218,220); }
td.TdClassName
{
border-color: #3ADADC;
}
.TagClassName
{
border-color: #3ADADC;
}
</style>