Shades of Turquoise #3DECCE
Tints of Turquoise #3DECCE
RGB
CMYK
RGB Variations
Color information
#3DECCE (or 0x3DECCE) is known color: Turquoise. HEX triplet: 3D, EC and CE. RGB value is (61,236,206). Sum of RGB (Red+Green+Blue) = 61+236+206=503 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.13% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECCE is #C21331. Grayscale: #B4B4B4. Windows color (decimal): -12718898 or 13560893. OLE color: 13560893.
HSL color Cylindrical-coordinate representation of color #3DECCE: hue angle of 169.71º 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 #3DECCE is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 206 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.07 |
| HSL | 169.71º | 0.82% | 0.58% | - |
| HSV(B) | 169.71º | 0.74% | 0.93% | - |
| XYZ | 43.06 | 65.44 | 68.75 | - |
| YUV | 180.26 | 142.52 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 206 | 0.74 | 0 | 0.13 | 0.07 | 169.71 | 0.82 | 0.58 |
| Hex | 3D | EC | CE | 4A | 0 | D | 7 | AA | 52 | 3A |
| Octal | 75 | 354 | 316 | 112 | 0 | 15 | 7 | 252 | 122 | 72 |
| Binary | 111101 | 11101100 | 11001110 | 1001010 | 0 | 1101 | 111 | 10101010 | 1010010 | 111010 |
Color Harmonies of #3DECCE
Complementary color
Monochromatic Colors of #3DECCE
Black with #3DECCE
Text Example
Text Example
White with #3DECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECCE; }
p { color: rgb(61,236,206); }
H1.HeaderClassName
{
color: #3DECCE;
}
.AnyTagClassName
{
color: #3DECCE;
}
</style>
background-color css
<style>
a { background-color: #3DECCE; }
a { background-color: rgb(61,236,206); }
div.DivClassName
{
background-color: #3DECCE;
}
.BgClassName
{
background-color: #3DECCE;
}
</style>
border-color css
<style>
span { border-color: #3DECCE; }
span { border-color: rgb(61,236,206); }
td.TdClassName
{
border-color: #3DECCE;
}
.TagClassName
{
border-color: #3DECCE;
}
</style>