Shades of Turquoise #3DECEA
Tints of Turquoise #3DECEA
RGB
CMYK
RGB Variations
Color information
#3DECEA (or 0x3DECEA) is known color: Turquoise. HEX triplet: 3D, EC and EA. RGB value is (61,236,234). Sum of RGB (Red+Green+Blue) = 61+236+234=531 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.49% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DECEA is #C21315. Grayscale: #B7B7B7. Windows color (decimal): -12718870 or 15395901. OLE color: 15395901.
HSL color Cylindrical-coordinate representation of color #3DECEA: hue angle of 179.31º 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 #3DECEA is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 234 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.07 |
| HSL | 179.31º | 0.82% | 0.58% | - |
| HSV(B) | 179.31º | 0.74% | 0.93% | - |
| XYZ | 46.77 | 66.92 | 88.29 | - |
| YUV | 183.45 | 156.52 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 234 | 0.74 | 0 | 0.01 | 0.07 | 179.31 | 0.82 | 0.58 |
| Hex | 3D | EC | EA | 4A | 0 | 1 | 7 | B3 | 52 | 3A |
| Octal | 75 | 354 | 352 | 112 | 0 | 1 | 7 | 263 | 122 | 72 |
| Binary | 111101 | 11101100 | 11101010 | 1001010 | 0 | 1 | 111 | 10110011 | 1010010 | 111010 |
Color Harmonies of #3DECEA
Complementary color
Monochromatic Colors of #3DECEA
Black with #3DECEA
Text Example
Text Example
White with #3DECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECEA; }
p { color: rgb(61,236,234); }
H1.HeaderClassName
{
color: #3DECEA;
}
.AnyTagClassName
{
color: #3DECEA;
}
</style>
background-color css
<style>
a { background-color: #3DECEA; }
a { background-color: rgb(61,236,234); }
div.DivClassName
{
background-color: #3DECEA;
}
.BgClassName
{
background-color: #3DECEA;
}
</style>
border-color css
<style>
span { border-color: #3DECEA; }
span { border-color: rgb(61,236,234); }
td.TdClassName
{
border-color: #3DECEA;
}
.TagClassName
{
border-color: #3DECEA;
}
</style>