Shades of Turquoise #3DEDBB
Tints of Turquoise #3DEDBB
RGB
CMYK
RGB Variations
Color information
#3DEDBB (or 0x3DEDBB) is known color: Turquoise. HEX triplet: 3D, ED and BB. RGB value is (61,237,187). Sum of RGB (Red+Green+Blue) = 61+237+187=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEDBB is #C21244. Grayscale: #B2B2B2. Windows color (decimal): -12718661 or 12315965. OLE color: 12315965.
HSL color Cylindrical-coordinate representation of color #3DEDBB: hue angle of 162.95º 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 #3DEDBB is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 187 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.07 |
| HSL | 162.95º | 0.83% | 0.58% | - |
| HSV(B) | 162.95º | 0.74% | 0.93% | - |
| XYZ | 41.18 | 65.15 | 57.42 | - |
| YUV | 178.68 | 132.69 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 187 | 0.74 | 0 | 0.21 | 0.07 | 162.95 | 0.83 | 0.58 |
| Hex | 3D | ED | BB | 4A | 0 | 15 | 7 | A3 | 53 | 3A |
| Octal | 75 | 355 | 273 | 112 | 0 | 25 | 7 | 243 | 123 | 72 |
| Binary | 111101 | 11101101 | 10111011 | 1001010 | 0 | 10101 | 111 | 10100011 | 1010011 | 111010 |
Color Harmonies of #3DEDBB
Complementary color
Monochromatic Colors of #3DEDBB
Black with #3DEDBB
Text Example
Text Example
White with #3DEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDBB; }
p { color: rgb(61,237,187); }
H1.HeaderClassName
{
color: #3DEDBB;
}
.AnyTagClassName
{
color: #3DEDBB;
}
</style>
background-color css
<style>
a { background-color: #3DEDBB; }
a { background-color: rgb(61,237,187); }
div.DivClassName
{
background-color: #3DEDBB;
}
.BgClassName
{
background-color: #3DEDBB;
}
</style>
border-color css
<style>
span { border-color: #3DEDBB; }
span { border-color: rgb(61,237,187); }
td.TdClassName
{
border-color: #3DEDBB;
}
.TagClassName
{
border-color: #3DEDBB;
}
</style>