Shades of Turquoise #3ADEC9
Tints of Turquoise #3ADEC9
RGB
CMYK
RGB Variations
Color information
#3ADEC9 (or 0x3ADEC9) is known color: Turquoise. HEX triplet: 3A, DE and C9. RGB value is (58,222,201). Sum of RGB (Red+Green+Blue) = 58+222+201=481 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.06% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADEC9 is #C52136. Grayscale: #AAAAAA. Windows color (decimal): -12919095 or 13229626. OLE color: 13229626.
HSL color Cylindrical-coordinate representation of color #3ADEC9: hue angle of 172.32º 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 #3ADEC9 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 201 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.13 |
| HSL | 172.32º | 0.71% | 0.55% | - |
| HSV(B) | 172.32º | 0.74% | 0.87% | - |
| XYZ | 38.41 | 57.36 | 64.31 | - |
| YUV | 170.57 | 145.17 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 201 | 0.74 | 0 | 0.09 | 0.13 | 172.32 | 0.71 | 0.55 |
| Hex | 3A | DE | C9 | 4A | 0 | 9 | D | AC | 47 | 37 |
| Octal | 72 | 336 | 311 | 112 | 0 | 11 | 15 | 254 | 107 | 67 |
| Binary | 111010 | 11011110 | 11001001 | 1001010 | 0 | 1001 | 1101 | 10101100 | 1000111 | 110111 |
Color Harmonies of #3ADEC9
Complementary color
Monochromatic Colors of #3ADEC9
Black with #3ADEC9
Text Example
Text Example
White with #3ADEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADEC9; }
p { color: rgb(58,222,201); }
H1.HeaderClassName
{
color: #3ADEC9;
}
.AnyTagClassName
{
color: #3ADEC9;
}
</style>
background-color css
<style>
a { background-color: #3ADEC9; }
a { background-color: rgb(58,222,201); }
div.DivClassName
{
background-color: #3ADEC9;
}
.BgClassName
{
background-color: #3ADEC9;
}
</style>
border-color css
<style>
span { border-color: #3ADEC9; }
span { border-color: rgb(58,222,201); }
td.TdClassName
{
border-color: #3ADEC9;
}
.TagClassName
{
border-color: #3ADEC9;
}
</style>