Shades of Turquoise #3DDBD4
Tints of Turquoise #3DDBD4
RGB
CMYK
RGB Variations
Color information
#3DDBD4 (or 0x3DDBD4) is known color: Turquoise. HEX triplet: 3D, DB and D4. RGB value is (61,219,212). Sum of RGB (Red+Green+Blue) = 61+219+212=492 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.40% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBD4 is #C2242B. Grayscale: #AAAAAA. Windows color (decimal): -12723244 or 13949757. OLE color: 13949757.
HSL color Cylindrical-coordinate representation of color #3DDBD4: hue angle of 177.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDBD4 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 212 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.14 |
| HSL | 177.34º | 0.69% | 0.55% | - |
| HSV(B) | 177.34º | 0.72% | 0.86% | - |
| XYZ | 39.14 | 56.41 | 71.11 | - |
| YUV | 170.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 212 | 0.72 | 0 | 0.03 | 0.14 | 177.34 | 0.69 | 0.55 |
| Hex | 3D | DB | D4 | 48 | 0 | 3 | E | B1 | 45 | 37 |
| Octal | 75 | 333 | 324 | 110 | 0 | 3 | 16 | 261 | 105 | 67 |
| Binary | 111101 | 11011011 | 11010100 | 1001000 | 0 | 11 | 1110 | 10110001 | 1000101 | 110111 |
Color Harmonies of #3DDBD4
Complementary color
Monochromatic Colors of #3DDBD4
Black with #3DDBD4
Text Example
Text Example
White with #3DDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBD4; }
p { color: rgb(61,219,212); }
H1.HeaderClassName
{
color: #3DDBD4;
}
.AnyTagClassName
{
color: #3DDBD4;
}
</style>
background-color css
<style>
a { background-color: #3DDBD4; }
a { background-color: rgb(61,219,212); }
div.DivClassName
{
background-color: #3DDBD4;
}
.BgClassName
{
background-color: #3DDBD4;
}
</style>
border-color css
<style>
span { border-color: #3DDBD4; }
span { border-color: rgb(61,219,212); }
td.TdClassName
{
border-color: #3DDBD4;
}
.TagClassName
{
border-color: #3DDBD4;
}
</style>