Shades of Turquoise #3DEDE3
Tints of Turquoise #3DEDE3
RGB
CMYK
RGB Variations
Color information
#3DEDE3 (or 0x3DEDE3) is known color: Turquoise. HEX triplet: 3D, ED and E3. RGB value is (61,237,227). Sum of RGB (Red+Green+Blue) = 61+237+227=525 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.62% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDE3 is #C2121C. Grayscale: #B7B7B7. Windows color (decimal): -12718621 or 14937405. OLE color: 14937405.
HSL color Cylindrical-coordinate representation of color #3DEDE3: hue angle of 176.59º 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 #3DEDE3 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 227 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.07 |
| HSL | 176.59º | 0.83% | 0.58% | - |
| HSV(B) | 176.59º | 0.74% | 0.93% | - |
| XYZ | 46.07 | 67.11 | 83.2 | - |
| YUV | 183.24 | 152.69 | 40.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 227 | 0.74 | 0 | 0.04 | 0.07 | 176.59 | 0.83 | 0.58 |
| Hex | 3D | ED | E3 | 4A | 0 | 4 | 7 | B1 | 53 | 3A |
| Octal | 75 | 355 | 343 | 112 | 0 | 4 | 7 | 261 | 123 | 72 |
| Binary | 111101 | 11101101 | 11100011 | 1001010 | 0 | 100 | 111 | 10110001 | 1010011 | 111010 |
Color Harmonies of #3DEDE3
Complementary color
Monochromatic Colors of #3DEDE3
Black with #3DEDE3
Text Example
Text Example
White with #3DEDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDE3; }
p { color: rgb(61,237,227); }
H1.HeaderClassName
{
color: #3DEDE3;
}
.AnyTagClassName
{
color: #3DEDE3;
}
</style>
background-color css
<style>
a { background-color: #3DEDE3; }
a { background-color: rgb(61,237,227); }
div.DivClassName
{
background-color: #3DEDE3;
}
.BgClassName
{
background-color: #3DEDE3;
}
</style>
border-color css
<style>
span { border-color: #3DEDE3; }
span { border-color: rgb(61,237,227); }
td.TdClassName
{
border-color: #3DEDE3;
}
.TagClassName
{
border-color: #3DEDE3;
}
</style>