Shades of Turquoise #3DECED
Tints of Turquoise #3DECED
RGB
CMYK
RGB Variations
Color information
#3DECED (or 0x3DECED) is known color: Turquoise. HEX triplet: 3D, EC and ED. RGB value is (61,236,237). Sum of RGB (Red+Green+Blue) = 61+236+237=534 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.42% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #3DECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DECED is #C21312. Grayscale: #B7B7B7. Windows color (decimal): -12718867 or 15592509. OLE color: 15592509.
HSL color Cylindrical-coordinate representation of color #3DECED: hue angle of 180.34º 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 #3DECED is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 237 | - |
| CMYK | 0.74 | 0.00 | 0 | 0.07 |
| HSL | 180.34º | 0.83% | 0.58% | - |
| HSV(B) | 180.34º | 0.74% | 0.93% | - |
| XYZ | 47.21 | 67.1 | 90.58 | - |
| YUV | 183.79 | 158.02 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 237 | 0.74 | 0.00 | 0 | 0.07 | 180.34 | 0.83 | 0.58 |
| Hex | 3D | EC | ED | 4A | 0 | 0 | 7 | B4 | 53 | 3A |
| Octal | 75 | 354 | 355 | 112 | 0 | 0 | 7 | 264 | 123 | 72 |
| Binary | 111101 | 11101100 | 11101101 | 1001010 | 0 | 0 | 111 | 10110100 | 1010011 | 111010 |
Color Harmonies of #3DECED
Complementary color
Monochromatic Colors of #3DECED
Black with #3DECED
Text Example
Text Example
White with #3DECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECED; }
p { color: rgb(61,236,237); }
H1.HeaderClassName
{
color: #3DECED;
}
.AnyTagClassName
{
color: #3DECED;
}
</style>
background-color css
<style>
a { background-color: #3DECED; }
a { background-color: rgb(61,236,237); }
div.DivClassName
{
background-color: #3DECED;
}
.BgClassName
{
background-color: #3DECED;
}
</style>
border-color css
<style>
span { border-color: #3DECED; }
span { border-color: rgb(61,236,237); }
td.TdClassName
{
border-color: #3DECED;
}
.TagClassName
{
border-color: #3DECED;
}
</style>