Shades of Turquoise #3DECCA
Tints of Turquoise #3DECCA
RGB
CMYK
RGB Variations
Color information
#3DECCA (or 0x3DECCA) is known color: Turquoise. HEX triplet: 3D, EC and CA. RGB value is (61,236,202). Sum of RGB (Red+Green+Blue) = 61+236+202=499 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.22% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECCA is #C21335. Grayscale: #B3B3B3. Windows color (decimal): -12718902 or 13298749. OLE color: 13298749.
HSL color Cylindrical-coordinate representation of color #3DECCA: hue angle of 168.34º 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 #3DECCA is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 202 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.07 |
| HSL | 168.34º | 0.82% | 0.58% | - |
| HSV(B) | 168.34º | 0.74% | 0.93% | - |
| XYZ | 42.58 | 65.25 | 66.23 | - |
| YUV | 179.8 | 140.52 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 202 | 0.74 | 0 | 0.14 | 0.07 | 168.34 | 0.82 | 0.58 |
| Hex | 3D | EC | CA | 4A | 0 | E | 7 | A8 | 52 | 3A |
| Octal | 75 | 354 | 312 | 112 | 0 | 16 | 7 | 250 | 122 | 72 |
| Binary | 111101 | 11101100 | 11001010 | 1001010 | 0 | 1110 | 111 | 10101000 | 1010010 | 111010 |
Color Harmonies of #3DECCA
Complementary color
Monochromatic Colors of #3DECCA
Black with #3DECCA
Text Example
Text Example
White with #3DECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECCA; }
p { color: rgb(61,236,202); }
H1.HeaderClassName
{
color: #3DECCA;
}
.AnyTagClassName
{
color: #3DECCA;
}
</style>
background-color css
<style>
a { background-color: #3DECCA; }
a { background-color: rgb(61,236,202); }
div.DivClassName
{
background-color: #3DECCA;
}
.BgClassName
{
background-color: #3DECCA;
}
</style>
border-color css
<style>
span { border-color: #3DECCA; }
span { border-color: rgb(61,236,202); }
td.TdClassName
{
border-color: #3DECCA;
}
.TagClassName
{
border-color: #3DECCA;
}
</style>