Shades of Turquoise #3ADBDF
Tints of Turquoise #3ADBDF
RGB
CMYK
RGB Variations
Color information
#3ADBDF (or 0x3ADBDF) is known color: Turquoise. HEX triplet: 3A, DB and DF. RGB value is (58,219,223). Sum of RGB (Red+Green+Blue) = 58+219+223=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ADBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADBDF is #C52420. Grayscale: #ABABAB. Windows color (decimal): -12919841 or 14670650. OLE color: 14670650.
HSL color Cylindrical-coordinate representation of color #3ADBDF: hue angle of 181.45º degrees, saturation: 0.72, 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 #3ADBDF is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 219 | 223 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.13 |
| HSL | 181.45º | 0.72% | 0.55% | - |
| HSV(B) | 181.45º | 0.74% | 0.87% | - |
| XYZ | 40.4 | 56.89 | 78.66 | - |
| YUV | 171.32 | 157.16 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 223 | 0.74 | 0.02 | 0 | 0.13 | 181.45 | 0.72 | 0.55 |
| Hex | 3A | DB | DF | 4A | 2 | 0 | D | B5 | 48 | 37 |
| Octal | 72 | 333 | 337 | 112 | 2 | 0 | 15 | 265 | 110 | 67 |
| Binary | 111010 | 11011011 | 11011111 | 1001010 | 10 | 0 | 1101 | 10110101 | 1001000 | 110111 |
Color Harmonies of #3ADBDF
Complementary color
Monochromatic Colors of #3ADBDF
Black with #3ADBDF
Text Example
Text Example
White with #3ADBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBDF; }
p { color: rgb(58,219,223); }
H1.HeaderClassName
{
color: #3ADBDF;
}
.AnyTagClassName
{
color: #3ADBDF;
}
</style>
background-color css
<style>
a { background-color: #3ADBDF; }
a { background-color: rgb(58,219,223); }
div.DivClassName
{
background-color: #3ADBDF;
}
.BgClassName
{
background-color: #3ADBDF;
}
</style>
border-color css
<style>
span { border-color: #3ADBDF; }
span { border-color: rgb(58,219,223); }
td.TdClassName
{
border-color: #3ADBDF;
}
.TagClassName
{
border-color: #3ADBDF;
}
</style>