Shades of Turquoise #3ADBCE
Tints of Turquoise #3ADBCE
RGB
CMYK
RGB Variations
Color information
#3ADBCE (or 0x3ADBCE) is known color: Turquoise. HEX triplet: 3A, DB and CE. RGB value is (58,219,206). Sum of RGB (Red+Green+Blue) = 58+219+206=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBCE is #C52431. Grayscale: #A9A9A9. Windows color (decimal): -12919858 or 13556538. OLE color: 13556538.
HSL color Cylindrical-coordinate representation of color #3ADBCE: hue angle of 175.16º 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 #3ADBCE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 206 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.14 |
| HSL | 175.16º | 0.69% | 0.54% | - |
| HSV(B) | 175.16º | 0.74% | 0.86% | - |
| XYZ | 38.22 | 56.02 | 67.19 | - |
| YUV | 169.38 | 148.66 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 206 | 0.74 | 0 | 0.06 | 0.14 | 175.16 | 0.69 | 0.54 |
| Hex | 3A | DB | CE | 4A | 0 | 6 | E | AF | 45 | 36 |
| Octal | 72 | 333 | 316 | 112 | 0 | 6 | 16 | 257 | 105 | 66 |
| Binary | 111010 | 11011011 | 11001110 | 1001010 | 0 | 110 | 1110 | 10101111 | 1000101 | 110110 |
Color Harmonies of #3ADBCE
Complementary color
Monochromatic Colors of #3ADBCE
Black with #3ADBCE
Text Example
Text Example
White with #3ADBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBCE; }
p { color: rgb(58,219,206); }
H1.HeaderClassName
{
color: #3ADBCE;
}
.AnyTagClassName
{
color: #3ADBCE;
}
</style>
background-color css
<style>
a { background-color: #3ADBCE; }
a { background-color: rgb(58,219,206); }
div.DivClassName
{
background-color: #3ADBCE;
}
.BgClassName
{
background-color: #3ADBCE;
}
</style>
border-color css
<style>
span { border-color: #3ADBCE; }
span { border-color: rgb(58,219,206); }
td.TdClassName
{
border-color: #3ADBCE;
}
.TagClassName
{
border-color: #3ADBCE;
}
</style>