Shades of Turquoise #3DE9E0
Tints of Turquoise #3DE9E0
RGB
CMYK
RGB Variations
Color information
#3DE9E0 (or 0x3DE9E0) is known color: Turquoise. HEX triplet: 3D, E9 and E0. RGB value is (61,233,224). Sum of RGB (Red+Green+Blue) = 61+233+224=518 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.78% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #3DE9E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE9E0 is #C2161F. Grayscale: #B4B4B4. Windows color (decimal): -12719648 or 14739773. OLE color: 14739773.
HSL color Cylindrical-coordinate representation of color #3DE9E0: hue angle of 176.86º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE9E0 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 233 | 224 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.09 |
| HSL | 176.86º | 0.8% | 0.58% | - |
| HSV(B) | 176.86º | 0.74% | 0.91% | - |
| XYZ | 44.52 | 64.65 | 80.65 | - |
| YUV | 180.55 | 152.52 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 233 | 224 | 0.74 | 0 | 0.04 | 0.09 | 176.86 | 0.8 | 0.58 |
| Hex | 3D | E9 | E0 | 4A | 0 | 4 | 9 | B1 | 50 | 3A |
| Octal | 75 | 351 | 340 | 112 | 0 | 4 | 11 | 261 | 120 | 72 |
| Binary | 111101 | 11101001 | 11100000 | 1001010 | 0 | 100 | 1001 | 10110001 | 1010000 | 111010 |
Color Harmonies of #3DE9E0
Complementary color
Monochromatic Colors of #3DE9E0
Black with #3DE9E0
Text Example
Text Example
White with #3DE9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE9E0; }
p { color: rgb(61,233,224); }
H1.HeaderClassName
{
color: #3DE9E0;
}
.AnyTagClassName
{
color: #3DE9E0;
}
</style>
background-color css
<style>
a { background-color: #3DE9E0; }
a { background-color: rgb(61,233,224); }
div.DivClassName
{
background-color: #3DE9E0;
}
.BgClassName
{
background-color: #3DE9E0;
}
</style>
border-color css
<style>
span { border-color: #3DE9E0; }
span { border-color: rgb(61,233,224); }
td.TdClassName
{
border-color: #3DE9E0;
}
.TagClassName
{
border-color: #3DE9E0;
}
</style>