Shades of Turquoise #3ADBCB
Tints of Turquoise #3ADBCB
RGB
CMYK
RGB Variations
Color information
#3ADBCB (or 0x3ADBCB) is known color: Turquoise. HEX triplet: 3A, DB and CB. RGB value is (58,219,203). Sum of RGB (Red+Green+Blue) = 58+219+203=480 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.08% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBCB is #C52434. Grayscale: #A8A8A8. Windows color (decimal): -12919861 or 13359930. OLE color: 13359930.
HSL color Cylindrical-coordinate representation of color #3ADBCB: hue angle of 174.04º 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 #3ADBCB is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 203 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.14 |
| HSL | 174.04º | 0.69% | 0.54% | - |
| HSV(B) | 174.04º | 0.74% | 0.86% | - |
| XYZ | 37.86 | 55.87 | 65.29 | - |
| YUV | 169.04 | 147.16 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 203 | 0.74 | 0 | 0.07 | 0.14 | 174.04 | 0.69 | 0.54 |
| Hex | 3A | DB | CB | 4A | 0 | 7 | E | AE | 45 | 36 |
| Octal | 72 | 333 | 313 | 112 | 0 | 7 | 16 | 256 | 105 | 66 |
| Binary | 111010 | 11011011 | 11001011 | 1001010 | 0 | 111 | 1110 | 10101110 | 1000101 | 110110 |
Color Harmonies of #3ADBCB
Complementary color
Monochromatic Colors of #3ADBCB
Black with #3ADBCB
Text Example
Text Example
White with #3ADBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBCB; }
p { color: rgb(58,219,203); }
H1.HeaderClassName
{
color: #3ADBCB;
}
.AnyTagClassName
{
color: #3ADBCB;
}
</style>
background-color css
<style>
a { background-color: #3ADBCB; }
a { background-color: rgb(58,219,203); }
div.DivClassName
{
background-color: #3ADBCB;
}
.BgClassName
{
background-color: #3ADBCB;
}
</style>
border-color css
<style>
span { border-color: #3ADBCB; }
span { border-color: rgb(58,219,203); }
td.TdClassName
{
border-color: #3ADBCB;
}
.TagClassName
{
border-color: #3ADBCB;
}
</style>