Shades of Turquoise #3DDFDA
Tints of Turquoise #3DDFDA
RGB
CMYK
RGB Variations
Color information
#3DDFDA (or 0x3DDFDA) is known color: Turquoise. HEX triplet: 3D, DF and DA. RGB value is (61,223,218). Sum of RGB (Red+Green+Blue) = 61+223+218=502 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.15% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFDA is #C22025. Grayscale: #ADADAD. Windows color (decimal): -12722214 or 14343997. OLE color: 14343997.
HSL color Cylindrical-coordinate representation of color #3DDFDA: hue angle of 178.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDFDA is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 218 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.13 |
| HSL | 178.15º | 0.72% | 0.56% | - |
| HSV(B) | 178.15º | 0.73% | 0.87% | - |
| XYZ | 40.97 | 58.83 | 75.53 | - |
| YUV | 173.99 | 152.83 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 218 | 0.73 | 0 | 0.02 | 0.13 | 178.15 | 0.72 | 0.56 |
| Hex | 3D | DF | DA | 49 | 0 | 2 | D | B2 | 48 | 38 |
| Octal | 75 | 337 | 332 | 111 | 0 | 2 | 15 | 262 | 110 | 70 |
| Binary | 111101 | 11011111 | 11011010 | 1001001 | 0 | 10 | 1101 | 10110010 | 1001000 | 111000 |
Color Harmonies of #3DDFDA
Complementary color
Monochromatic Colors of #3DDFDA
Black with #3DDFDA
Text Example
Text Example
White with #3DDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFDA; }
p { color: rgb(61,223,218); }
H1.HeaderClassName
{
color: #3DDFDA;
}
.AnyTagClassName
{
color: #3DDFDA;
}
</style>
background-color css
<style>
a { background-color: #3DDFDA; }
a { background-color: rgb(61,223,218); }
div.DivClassName
{
background-color: #3DDFDA;
}
.BgClassName
{
background-color: #3DDFDA;
}
</style>
border-color css
<style>
span { border-color: #3DDFDA; }
span { border-color: rgb(61,223,218); }
td.TdClassName
{
border-color: #3DDFDA;
}
.TagClassName
{
border-color: #3DDFDA;
}
</style>