Shades of Turquoise #3DE2CA
Tints of Turquoise #3DE2CA
RGB
CMYK
RGB Variations
Color information
#3DE2CA (or 0x3DE2CA) is known color: Turquoise. HEX triplet: 3D, E2 and CA. RGB value is (61,226,202). Sum of RGB (Red+Green+Blue) = 61+226+202=489 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.47% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE2CA is #C21D35. Grayscale: #ADADAD. Windows color (decimal): -12721462 or 13296189. OLE color: 13296189.
HSL color Cylindrical-coordinate representation of color #3DE2CA: hue angle of 171.27º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE2CA is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 226 | 202 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.11 |
| HSL | 171.27º | 0.74% | 0.56% | - |
| HSV(B) | 171.27º | 0.73% | 0.89% | - |
| XYZ | 39.78 | 59.65 | 65.29 | - |
| YUV | 173.93 | 143.84 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 226 | 202 | 0.73 | 0 | 0.11 | 0.11 | 171.27 | 0.74 | 0.56 |
| Hex | 3D | E2 | CA | 49 | 0 | B | B | AB | 4A | 38 |
| Octal | 75 | 342 | 312 | 111 | 0 | 13 | 13 | 253 | 112 | 70 |
| Binary | 111101 | 11100010 | 11001010 | 1001001 | 0 | 1011 | 1011 | 10101011 | 1001010 | 111000 |
Color Harmonies of #3DE2CA
Complementary color
Monochromatic Colors of #3DE2CA
Black with #3DE2CA
Text Example
Text Example
White with #3DE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE2CA; }
p { color: rgb(61,226,202); }
H1.HeaderClassName
{
color: #3DE2CA;
}
.AnyTagClassName
{
color: #3DE2CA;
}
</style>
background-color css
<style>
a { background-color: #3DE2CA; }
a { background-color: rgb(61,226,202); }
div.DivClassName
{
background-color: #3DE2CA;
}
.BgClassName
{
background-color: #3DE2CA;
}
</style>
border-color css
<style>
span { border-color: #3DE2CA; }
span { border-color: rgb(61,226,202); }
td.TdClassName
{
border-color: #3DE2CA;
}
.TagClassName
{
border-color: #3DE2CA;
}
</style>