Shades of Turquoise #3DFDEC
Tints of Turquoise #3DFDEC
RGB
CMYK
RGB Variations
Color information
#3DFDEC (or 0x3DFDEC) is known color: Turquoise. HEX triplet: 3D, FD and EC. RGB value is (61,253,236). Sum of RGB (Red+Green+Blue) = 61+253+236=550 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.09% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DFDEC is #C20213. Grayscale: #C1C1C1. Windows color (decimal): -12714516 or 15531325. OLE color: 15531325.
HSL color Cylindrical-coordinate representation of color #3DFDEC: hue angle of 174.69º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFDEC is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 236 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.01 |
| HSL | 174.69º | 0.98% | 0.62% | - |
| HSV(B) | 174.69º | 0.76% | 0.99% | - |
| XYZ | 52.19 | 77.3 | 91.53 | - |
| YUV | 193.65 | 151.89 | 33.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 236 | 0.76 | 0 | 0.07 | 0.01 | 174.69 | 0.98 | 0.62 |
| Hex | 3D | FD | EC | 4C | 0 | 7 | 1 | AF | 62 | 3E |
| Octal | 75 | 375 | 354 | 114 | 0 | 7 | 1 | 257 | 142 | 76 |
| Binary | 111101 | 11111101 | 11101100 | 1001100 | 0 | 111 | 1 | 10101111 | 1100010 | 111110 |
Color Harmonies of #3DFDEC
Complementary color
Monochromatic Colors of #3DFDEC
Black with #3DFDEC
Text Example
Text Example
White with #3DFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFDEC; }
p { color: rgb(61,253,236); }
H1.HeaderClassName
{
color: #3DFDEC;
}
.AnyTagClassName
{
color: #3DFDEC;
}
</style>
background-color css
<style>
a { background-color: #3DFDEC; }
a { background-color: rgb(61,253,236); }
div.DivClassName
{
background-color: #3DFDEC;
}
.BgClassName
{
background-color: #3DFDEC;
}
</style>
border-color css
<style>
span { border-color: #3DFDEC; }
span { border-color: rgb(61,253,236); }
td.TdClassName
{
border-color: #3DFDEC;
}
.TagClassName
{
border-color: #3DFDEC;
}
</style>