Shades of Turquoise #3DECEF
Tints of Turquoise #3DECEF
RGB
CMYK
RGB Variations
Color information
#3DECEF (or 0x3DECEF) is known color: Turquoise. HEX triplet: 3D, EC and EF. RGB value is (61,236,239). Sum of RGB (Red+Green+Blue) = 61+236+239=536 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.38% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DECEF is #C21310. Grayscale: #B7B7B7. Windows color (decimal): -12718865 or 15723581. OLE color: 15723581.
HSL color Cylindrical-coordinate representation of color #3DECEF: hue angle of 181.01º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DECEF is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 236 | 239 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.06 |
| HSL | 181.01º | 0.85% | 0.59% | - |
| HSV(B) | 181.01º | 0.74% | 0.94% | - |
| XYZ | 47.5 | 67.22 | 92.13 | - |
| YUV | 184.02 | 159.02 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 239 | 0.74 | 0.01 | 0 | 0.06 | 181.01 | 0.85 | 0.59 |
| Hex | 3D | EC | EF | 4A | 1 | 0 | 6 | B5 | 55 | 3B |
| Octal | 75 | 354 | 357 | 112 | 1 | 0 | 6 | 265 | 125 | 73 |
| Binary | 111101 | 11101100 | 11101111 | 1001010 | 1 | 0 | 110 | 10110101 | 1010101 | 111011 |
Color Harmonies of #3DECEF
Complementary color
Monochromatic Colors of #3DECEF
Black with #3DECEF
Text Example
Text Example
White with #3DECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECEF; }
p { color: rgb(61,236,239); }
H1.HeaderClassName
{
color: #3DECEF;
}
.AnyTagClassName
{
color: #3DECEF;
}
</style>
background-color css
<style>
a { background-color: #3DECEF; }
a { background-color: rgb(61,236,239); }
div.DivClassName
{
background-color: #3DECEF;
}
.BgClassName
{
background-color: #3DECEF;
}
</style>
border-color css
<style>
span { border-color: #3DECEF; }
span { border-color: rgb(61,236,239); }
td.TdClassName
{
border-color: #3DECEF;
}
.TagClassName
{
border-color: #3DECEF;
}
</style>