Shades of Turquoise #3ADBDC
Tints of Turquoise #3ADBDC
RGB
CMYK
RGB Variations
Color information
#3ADBDC (or 0x3ADBDC) is known color: Turquoise. HEX triplet: 3A, DB and DC. RGB value is (58,219,220). Sum of RGB (Red+Green+Blue) = 58+219+220=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ADBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBDC is #C52423. Grayscale: #AAAAAA. Windows color (decimal): -12919844 or 14474042. OLE color: 14474042.
HSL color Cylindrical-coordinate representation of color #3ADBDC: hue angle of 180.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADBDC is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 220 | - |
| CMYK | 0.74 | 0.00 | 0 | 0.14 |
| HSL | 180.37º | 0.7% | 0.55% | - |
| HSV(B) | 180.37º | 0.74% | 0.86% | - |
| XYZ | 39.99 | 56.73 | 76.55 | - |
| YUV | 170.98 | 155.66 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 220 | 0.74 | 0.00 | 0 | 0.14 | 180.37 | 0.7 | 0.55 |
| Hex | 3A | DB | DC | 4A | 0 | 0 | E | B4 | 46 | 37 |
| Octal | 72 | 333 | 334 | 112 | 0 | 0 | 16 | 264 | 106 | 67 |
| Binary | 111010 | 11011011 | 11011100 | 1001010 | 0 | 0 | 1110 | 10110100 | 1000110 | 110111 |
Color Harmonies of #3ADBDC
Complementary color
Monochromatic Colors of #3ADBDC
Black with #3ADBDC
Text Example
Text Example
White with #3ADBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBDC; }
p { color: rgb(58,219,220); }
H1.HeaderClassName
{
color: #3ADBDC;
}
.AnyTagClassName
{
color: #3ADBDC;
}
</style>
background-color css
<style>
a { background-color: #3ADBDC; }
a { background-color: rgb(58,219,220); }
div.DivClassName
{
background-color: #3ADBDC;
}
.BgClassName
{
background-color: #3ADBDC;
}
</style>
border-color css
<style>
span { border-color: #3ADBDC; }
span { border-color: rgb(58,219,220); }
td.TdClassName
{
border-color: #3ADBDC;
}
.TagClassName
{
border-color: #3ADBDC;
}
</style>