Shades of Turquoise #3DDBDA
Tints of Turquoise #3DDBDA
RGB
CMYK
RGB Variations
Color information
#3DDBDA (or 0x3DDBDA) is known color: Turquoise. HEX triplet: 3D, DB and DA. RGB value is (61,219,218). Sum of RGB (Red+Green+Blue) = 61+219+218=498 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.25% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDBDA is #C22425. Grayscale: #ABABAB. Windows color (decimal): -12723238 or 14342973. OLE color: 14342973.
HSL color Cylindrical-coordinate representation of color #3DDBDA: hue angle of 179.62º 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 #3DDBDA is Cyan = 0.72, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 218 | - |
| CMYK | 0.72 | 0 | 0.00 | 0.14 |
| HSL | 179.62º | 0.69% | 0.55% | - |
| HSV(B) | 179.62º | 0.72% | 0.86% | - |
| XYZ | 39.91 | 56.72 | 75.17 | - |
| YUV | 171.64 | 154.15 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 218 | 0.72 | 0 | 0.00 | 0.14 | 179.62 | 0.69 | 0.55 |
| Hex | 3D | DB | DA | 48 | 0 | 0 | E | B4 | 45 | 37 |
| Octal | 75 | 333 | 332 | 110 | 0 | 0 | 16 | 264 | 105 | 67 |
| Binary | 111101 | 11011011 | 11011010 | 1001000 | 0 | 0 | 1110 | 10110100 | 1000101 | 110111 |
Color Harmonies of #3DDBDA
Complementary color
Monochromatic Colors of #3DDBDA
Black with #3DDBDA
Text Example
Text Example
White with #3DDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBDA; }
p { color: rgb(61,219,218); }
H1.HeaderClassName
{
color: #3DDBDA;
}
.AnyTagClassName
{
color: #3DDBDA;
}
</style>
background-color css
<style>
a { background-color: #3DDBDA; }
a { background-color: rgb(61,219,218); }
div.DivClassName
{
background-color: #3DDBDA;
}
.BgClassName
{
background-color: #3DDBDA;
}
</style>
border-color css
<style>
span { border-color: #3DDBDA; }
span { border-color: rgb(61,219,218); }
td.TdClassName
{
border-color: #3DDBDA;
}
.TagClassName
{
border-color: #3DDBDA;
}
</style>