Shades of Turquoise #3DDDEC
Tints of Turquoise #3DDDEC
RGB
CMYK
RGB Variations
Color information
#3DDDEC (or 0x3DDDEC) is known color: Turquoise. HEX triplet: 3D, DD and EC. RGB value is (61,221,236). Sum of RGB (Red+Green+Blue) = 61+221+236=518 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.78% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #3DDDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDDEC is #C22213. Grayscale: #AEAEAE. Windows color (decimal): -12722708 or 15523133. OLE color: 15523133.
HSL color Cylindrical-coordinate representation of color #3DDDEC: hue angle of 185.14º degrees, saturation: 0.82, 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 #3DDDEC is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 221 | 236 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.07 |
| HSL | 185.14º | 0.82% | 0.58% | - |
| HSV(B) | 185.14º | 0.74% | 0.93% | - |
| XYZ | 42.92 | 58.76 | 88.44 | - |
| YUV | 174.87 | 162.49 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 236 | 0.74 | 0.06 | 0 | 0.07 | 185.14 | 0.82 | 0.58 |
| Hex | 3D | DD | EC | 4A | 6 | 0 | 7 | B9 | 52 | 3A |
| Octal | 75 | 335 | 354 | 112 | 6 | 0 | 7 | 271 | 122 | 72 |
| Binary | 111101 | 11011101 | 11101100 | 1001010 | 110 | 0 | 111 | 10111001 | 1010010 | 111010 |
Color Harmonies of #3DDDEC
Complementary color
Monochromatic Colors of #3DDDEC
Black with #3DDDEC
Text Example
Text Example
White with #3DDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDEC; }
p { color: rgb(61,221,236); }
H1.HeaderClassName
{
color: #3DDDEC;
}
.AnyTagClassName
{
color: #3DDDEC;
}
</style>
background-color css
<style>
a { background-color: #3DDDEC; }
a { background-color: rgb(61,221,236); }
div.DivClassName
{
background-color: #3DDDEC;
}
.BgClassName
{
background-color: #3DDDEC;
}
</style>
border-color css
<style>
span { border-color: #3DDDEC; }
span { border-color: rgb(61,221,236); }
td.TdClassName
{
border-color: #3DDDEC;
}
.TagClassName
{
border-color: #3DDDEC;
}
</style>