Shades of Turquoise #3DECE6
Tints of Turquoise #3DECE6
RGB
CMYK
RGB Variations
Color information
#3DECE6 (or 0x3DECE6) is known color: Turquoise. HEX triplet: 3D, EC and E6. RGB value is (61,236,230). Sum of RGB (Red+Green+Blue) = 61+236+230=527 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.57% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DECE6 is #C21319. Grayscale: #B6B6B6. Windows color (decimal): -12718874 or 15133757. OLE color: 15133757.
HSL color Cylindrical-coordinate representation of color #3DECE6: hue angle of 177.94º 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 #3DECE6 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 230 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.07 |
| HSL | 177.94º | 0.82% | 0.58% | - |
| HSV(B) | 177.94º | 0.74% | 0.93% | - |
| XYZ | 46.2 | 66.7 | 85.3 | - |
| YUV | 182.99 | 154.52 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 230 | 0.74 | 0 | 0.03 | 0.07 | 177.94 | 0.82 | 0.58 |
| Hex | 3D | EC | E6 | 4A | 0 | 3 | 7 | B2 | 52 | 3A |
| Octal | 75 | 354 | 346 | 112 | 0 | 3 | 7 | 262 | 122 | 72 |
| Binary | 111101 | 11101100 | 11100110 | 1001010 | 0 | 11 | 111 | 10110010 | 1010010 | 111010 |
Color Harmonies of #3DECE6
Complementary color
Monochromatic Colors of #3DECE6
Black with #3DECE6
Text Example
Text Example
White with #3DECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECE6; }
p { color: rgb(61,236,230); }
H1.HeaderClassName
{
color: #3DECE6;
}
.AnyTagClassName
{
color: #3DECE6;
}
</style>
background-color css
<style>
a { background-color: #3DECE6; }
a { background-color: rgb(61,236,230); }
div.DivClassName
{
background-color: #3DECE6;
}
.BgClassName
{
background-color: #3DECE6;
}
</style>
border-color css
<style>
span { border-color: #3DECE6; }
span { border-color: rgb(61,236,230); }
td.TdClassName
{
border-color: #3DECE6;
}
.TagClassName
{
border-color: #3DECE6;
}
</style>