Shades of Turquoise #3ADBCC
Tints of Turquoise #3ADBCC
RGB
CMYK
RGB Variations
Color information
#3ADBCC (or 0x3ADBCC) is known color: Turquoise. HEX triplet: 3A, DB and CC. RGB value is (58,219,204). Sum of RGB (Red+Green+Blue) = 58+219+204=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBCC is #C52433. Grayscale: #A9A9A9. Windows color (decimal): -12919860 or 13425466. OLE color: 13425466.
HSL color Cylindrical-coordinate representation of color #3ADBCC: hue angle of 174.41º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADBCC is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 204 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.14 |
| HSL | 174.41º | 0.69% | 0.54% | - |
| HSV(B) | 174.41º | 0.74% | 0.86% | - |
| XYZ | 37.98 | 55.92 | 65.92 | - |
| YUV | 169.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 204 | 0.74 | 0 | 0.07 | 0.14 | 174.41 | 0.69 | 0.54 |
| Hex | 3A | DB | CC | 4A | 0 | 7 | E | AE | 45 | 36 |
| Octal | 72 | 333 | 314 | 112 | 0 | 7 | 16 | 256 | 105 | 66 |
| Binary | 111010 | 11011011 | 11001100 | 1001010 | 0 | 111 | 1110 | 10101110 | 1000101 | 110110 |
Color Harmonies of #3ADBCC
Complementary color
Monochromatic Colors of #3ADBCC
Black with #3ADBCC
Text Example
Text Example
White with #3ADBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBCC; }
p { color: rgb(58,219,204); }
H1.HeaderClassName
{
color: #3ADBCC;
}
.AnyTagClassName
{
color: #3ADBCC;
}
</style>
background-color css
<style>
a { background-color: #3ADBCC; }
a { background-color: rgb(58,219,204); }
div.DivClassName
{
background-color: #3ADBCC;
}
.BgClassName
{
background-color: #3ADBCC;
}
</style>
border-color css
<style>
span { border-color: #3ADBCC; }
span { border-color: rgb(58,219,204); }
td.TdClassName
{
border-color: #3ADBCC;
}
.TagClassName
{
border-color: #3ADBCC;
}
</style>