Shades of Turquoise #3DD5DC
Tints of Turquoise #3DD5DC
RGB
CMYK
RGB Variations
Color information
#3DD5DC (or 0x3DD5DC) is known color: Turquoise. HEX triplet: 3D, D5 and DC. RGB value is (61,213,220). Sum of RGB (Red+Green+Blue) = 61+213+220=494 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.35% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DD5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD5DC is #C22A23. Grayscale: #A8A8A8. Windows color (decimal): -12724772 or 14472509. OLE color: 14472509.
HSL color Cylindrical-coordinate representation of color #3DD5DC: hue angle of 182.64º 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 #3DD5DC is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 213 | 220 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.14 |
| HSL | 182.64º | 0.69% | 0.55% | - |
| HSV(B) | 182.64º | 0.72% | 0.86% | - |
| XYZ | 38.64 | 53.75 | 76.05 | - |
| YUV | 168.35 | 157.14 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 213 | 220 | 0.72 | 0.03 | 0 | 0.14 | 182.64 | 0.69 | 0.55 |
| Hex | 3D | D5 | DC | 48 | 3 | 0 | E | B7 | 45 | 37 |
| Octal | 75 | 325 | 334 | 110 | 3 | 0 | 16 | 267 | 105 | 67 |
| Binary | 111101 | 11010101 | 11011100 | 1001000 | 11 | 0 | 1110 | 10110111 | 1000101 | 110111 |
Color Harmonies of #3DD5DC
Complementary color
Monochromatic Colors of #3DD5DC
Black with #3DD5DC
Text Example
Text Example
White with #3DD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD5DC; }
p { color: rgb(61,213,220); }
H1.HeaderClassName
{
color: #3DD5DC;
}
.AnyTagClassName
{
color: #3DD5DC;
}
</style>
background-color css
<style>
a { background-color: #3DD5DC; }
a { background-color: rgb(61,213,220); }
div.DivClassName
{
background-color: #3DD5DC;
}
.BgClassName
{
background-color: #3DD5DC;
}
</style>
border-color css
<style>
span { border-color: #3DD5DC; }
span { border-color: rgb(61,213,220); }
td.TdClassName
{
border-color: #3DD5DC;
}
.TagClassName
{
border-color: #3DD5DC;
}
</style>