Shades of Turquoise #3DEDE4
Tints of Turquoise #3DEDE4
RGB
CMYK
RGB Variations
Color information
#3DEDE4 (or 0x3DEDE4) is known color: Turquoise. HEX triplet: 3D, ED and E4. RGB value is (61,237,228). Sum of RGB (Red+Green+Blue) = 61+237+228=526 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.60% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDE4 is #C2121B. Grayscale: #B7B7B7. Windows color (decimal): -12718620 or 15002941. OLE color: 15002941.
HSL color Cylindrical-coordinate representation of color #3DEDE4: hue angle of 176.93º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEDE4 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 228 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.07 |
| HSL | 176.93º | 0.83% | 0.58% | - |
| HSV(B) | 176.93º | 0.74% | 0.93% | - |
| XYZ | 46.21 | 67.16 | 83.93 | - |
| YUV | 183.35 | 153.19 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 228 | 0.74 | 0 | 0.04 | 0.07 | 176.93 | 0.83 | 0.58 |
| Hex | 3D | ED | E4 | 4A | 0 | 4 | 7 | B1 | 53 | 3A |
| Octal | 75 | 355 | 344 | 112 | 0 | 4 | 7 | 261 | 123 | 72 |
| Binary | 111101 | 11101101 | 11100100 | 1001010 | 0 | 100 | 111 | 10110001 | 1010011 | 111010 |
Color Harmonies of #3DEDE4
Complementary color
Monochromatic Colors of #3DEDE4
Black with #3DEDE4
Text Example
Text Example
White with #3DEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDE4; }
p { color: rgb(61,237,228); }
H1.HeaderClassName
{
color: #3DEDE4;
}
.AnyTagClassName
{
color: #3DEDE4;
}
</style>
background-color css
<style>
a { background-color: #3DEDE4; }
a { background-color: rgb(61,237,228); }
div.DivClassName
{
background-color: #3DEDE4;
}
.BgClassName
{
background-color: #3DEDE4;
}
</style>
border-color css
<style>
span { border-color: #3DEDE4; }
span { border-color: rgb(61,237,228); }
td.TdClassName
{
border-color: #3DEDE4;
}
.TagClassName
{
border-color: #3DEDE4;
}
</style>