Shades of Turquoise #3ADDCB
Tints of Turquoise #3ADDCB
RGB
CMYK
RGB Variations
Color information
#3ADDCB (or 0x3ADDCB) is known color: Turquoise. HEX triplet: 3A, DD and CB. RGB value is (58,221,203). Sum of RGB (Red+Green+Blue) = 58+221+203=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDCB is #C52234. Grayscale: #AAAAAA. Windows color (decimal): -12919349 or 13360442. OLE color: 13360442.
HSL color Cylindrical-coordinate representation of color #3ADDCB: hue angle of 173.37º 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 #3ADDCB is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 203 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.13 |
| HSL | 173.37º | 0.71% | 0.55% | - |
| HSV(B) | 173.37º | 0.74% | 0.87% | - |
| XYZ | 38.38 | 56.92 | 65.46 | - |
| YUV | 170.21 | 146.5 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 203 | 0.74 | 0 | 0.08 | 0.13 | 173.37 | 0.71 | 0.55 |
| Hex | 3A | DD | CB | 4A | 0 | 8 | D | AD | 47 | 37 |
| Octal | 72 | 335 | 313 | 112 | 0 | 10 | 15 | 255 | 107 | 67 |
| Binary | 111010 | 11011101 | 11001011 | 1001010 | 0 | 1000 | 1101 | 10101101 | 1000111 | 110111 |
Color Harmonies of #3ADDCB
Complementary color
Monochromatic Colors of #3ADDCB
Black with #3ADDCB
Text Example
Text Example
White with #3ADDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDCB; }
p { color: rgb(58,221,203); }
H1.HeaderClassName
{
color: #3ADDCB;
}
.AnyTagClassName
{
color: #3ADDCB;
}
</style>
background-color css
<style>
a { background-color: #3ADDCB; }
a { background-color: rgb(58,221,203); }
div.DivClassName
{
background-color: #3ADDCB;
}
.BgClassName
{
background-color: #3ADDCB;
}
</style>
border-color css
<style>
span { border-color: #3ADDCB; }
span { border-color: rgb(58,221,203); }
td.TdClassName
{
border-color: #3ADDCB;
}
.TagClassName
{
border-color: #3ADDCB;
}
</style>