Shades of Turquoise #3ADBBE
Tints of Turquoise #3ADBBE
RGB
CMYK
RGB Variations
Color information
#3ADBBE (or 0x3ADBBE) is known color: Turquoise. HEX triplet: 3A, DB and BE. RGB value is (58,219,190). Sum of RGB (Red+Green+Blue) = 58+219+190=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBBE is #C52441. Grayscale: #A7A7A7. Windows color (decimal): -12919874 or 12507962. OLE color: 12507962.
HSL color Cylindrical-coordinate representation of color #3ADBBE: hue angle of 169.19º 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 #3ADBBE is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 190 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.14 |
| HSL | 169.19º | 0.69% | 0.54% | - |
| HSV(B) | 169.19º | 0.74% | 0.86% | - |
| XYZ | 36.37 | 55.28 | 57.47 | - |
| YUV | 167.56 | 140.66 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 190 | 0.74 | 0 | 0.13 | 0.14 | 169.19 | 0.69 | 0.54 |
| Hex | 3A | DB | BE | 4A | 0 | D | E | A9 | 45 | 36 |
| Octal | 72 | 333 | 276 | 112 | 0 | 15 | 16 | 251 | 105 | 66 |
| Binary | 111010 | 11011011 | 10111110 | 1001010 | 0 | 1101 | 1110 | 10101001 | 1000101 | 110110 |
Color Harmonies of #3ADBBE
Complementary color
Monochromatic Colors of #3ADBBE
Black with #3ADBBE
Text Example
Text Example
White with #3ADBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBBE; }
p { color: rgb(58,219,190); }
H1.HeaderClassName
{
color: #3ADBBE;
}
.AnyTagClassName
{
color: #3ADBBE;
}
</style>
background-color css
<style>
a { background-color: #3ADBBE; }
a { background-color: rgb(58,219,190); }
div.DivClassName
{
background-color: #3ADBBE;
}
.BgClassName
{
background-color: #3ADBBE;
}
</style>
border-color css
<style>
span { border-color: #3ADBBE; }
span { border-color: rgb(58,219,190); }
td.TdClassName
{
border-color: #3ADBBE;
}
.TagClassName
{
border-color: #3ADBBE;
}
</style>