Shades of Medium Turquoise #3AD0DD
Tints of Medium Turquoise #3AD0DD
RGB
CMYK
RGB Variations
Color information
#3AD0DD (or 0x3AD0DD) is known color: Medium Turquoise. HEX triplet: 3A, D0 and DD. RGB value is (58,208,221). Sum of RGB (Red+Green+Blue) = 58+208+221=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AD0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD0DD is #C52F22. Grayscale: #A4A4A4. Windows color (decimal): -12922659 or 14536762. OLE color: 14536762.
HSL color Cylindrical-coordinate representation of color #3AD0DD: hue angle of 184.79º 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 #3AD0DD is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 208 | 221 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.13 |
| HSL | 184.79º | 0.71% | 0.55% | - |
| HSV(B) | 184.79º | 0.74% | 0.87% | - |
| XYZ | 37.35 | 51.23 | 76.33 | - |
| YUV | 164.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 221 | 0.74 | 0.06 | 0 | 0.13 | 184.79 | 0.71 | 0.55 |
| Hex | 3A | D0 | DD | 4A | 6 | 0 | D | B9 | 47 | 37 |
| Octal | 72 | 320 | 335 | 112 | 6 | 0 | 15 | 271 | 107 | 67 |
| Binary | 111010 | 11010000 | 11011101 | 1001010 | 110 | 0 | 1101 | 10111001 | 1000111 | 110111 |
Color Harmonies of #3AD0DD
Complementary color
Monochromatic Colors of #3AD0DD
Black with #3AD0DD
Text Example
Text Example
White with #3AD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0DD; }
p { color: rgb(58,208,221); }
H1.HeaderClassName
{
color: #3AD0DD;
}
.AnyTagClassName
{
color: #3AD0DD;
}
</style>
background-color css
<style>
a { background-color: #3AD0DD; }
a { background-color: rgb(58,208,221); }
div.DivClassName
{
background-color: #3AD0DD;
}
.BgClassName
{
background-color: #3AD0DD;
}
</style>
border-color css
<style>
span { border-color: #3AD0DD; }
span { border-color: rgb(58,208,221); }
td.TdClassName
{
border-color: #3AD0DD;
}
.TagClassName
{
border-color: #3AD0DD;
}
</style>