Shades of Turquoise #3AD6DD
Tints of Turquoise #3AD6DD
RGB
CMYK
RGB Variations
Color information
#3AD6DD (or 0x3AD6DD) is known color: Turquoise. HEX triplet: 3A, D6 and DD. RGB value is (58,214,221). Sum of RGB (Red+Green+Blue) = 58+214+221=493 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.76% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AD6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD6DD is #C52922. Grayscale: #A7A7A7. Windows color (decimal): -12921123 or 14538298. OLE color: 14538298.
HSL color Cylindrical-coordinate representation of color #3AD6DD: hue angle of 182.58º 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 #3AD6DD is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 214 | 221 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.13 |
| HSL | 182.58º | 0.71% | 0.55% | - |
| HSV(B) | 182.58º | 0.74% | 0.87% | - |
| XYZ | 38.84 | 54.21 | 76.82 | - |
| YUV | 168.15 | 157.82 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 221 | 0.74 | 0.03 | 0 | 0.13 | 182.58 | 0.71 | 0.55 |
| Hex | 3A | D6 | DD | 4A | 3 | 0 | D | B7 | 47 | 37 |
| Octal | 72 | 326 | 335 | 112 | 3 | 0 | 15 | 267 | 107 | 67 |
| Binary | 111010 | 11010110 | 11011101 | 1001010 | 11 | 0 | 1101 | 10110111 | 1000111 | 110111 |
Color Harmonies of #3AD6DD
Complementary color
Monochromatic Colors of #3AD6DD
Black with #3AD6DD
Text Example
Text Example
White with #3AD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6DD; }
p { color: rgb(58,214,221); }
H1.HeaderClassName
{
color: #3AD6DD;
}
.AnyTagClassName
{
color: #3AD6DD;
}
</style>
background-color css
<style>
a { background-color: #3AD6DD; }
a { background-color: rgb(58,214,221); }
div.DivClassName
{
background-color: #3AD6DD;
}
.BgClassName
{
background-color: #3AD6DD;
}
</style>
border-color css
<style>
span { border-color: #3AD6DD; }
span { border-color: rgb(58,214,221); }
td.TdClassName
{
border-color: #3AD6DD;
}
.TagClassName
{
border-color: #3AD6DD;
}
</style>