Shades of Turquoise #3DECCB
Tints of Turquoise #3DECCB
RGB
CMYK
RGB Variations
Color information
#3DECCB (or 0x3DECCB) is known color: Turquoise. HEX triplet: 3D, EC and CB. RGB value is (61,236,203). Sum of RGB (Red+Green+Blue) = 61+236+203=500 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #3DECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DECCB is #C21334. Grayscale: #B3B3B3. Windows color (decimal): -12718901 or 13364285. OLE color: 13364285.
HSL color Cylindrical-coordinate representation of color #3DECCB: hue angle of 168.69º 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 #3DECCB is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 203 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.07 |
| HSL | 168.69º | 0.82% | 0.58% | - |
| HSV(B) | 168.69º | 0.74% | 0.93% | - |
| XYZ | 42.7 | 65.29 | 66.85 | - |
| YUV | 179.91 | 141.02 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 203 | 0.74 | 0 | 0.14 | 0.07 | 168.69 | 0.82 | 0.58 |
| Hex | 3D | EC | CB | 4A | 0 | E | 7 | A9 | 52 | 3A |
| Octal | 75 | 354 | 313 | 112 | 0 | 16 | 7 | 251 | 122 | 72 |
| Binary | 111101 | 11101100 | 11001011 | 1001010 | 0 | 1110 | 111 | 10101001 | 1010010 | 111010 |
Color Harmonies of #3DECCB
Complementary color
Monochromatic Colors of #3DECCB
Black with #3DECCB
Text Example
Text Example
White with #3DECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DECCB; }
p { color: rgb(61,236,203); }
H1.HeaderClassName
{
color: #3DECCB;
}
.AnyTagClassName
{
color: #3DECCB;
}
</style>
background-color css
<style>
a { background-color: #3DECCB; }
a { background-color: rgb(61,236,203); }
div.DivClassName
{
background-color: #3DECCB;
}
.BgClassName
{
background-color: #3DECCB;
}
</style>
border-color css
<style>
span { border-color: #3DECCB; }
span { border-color: rgb(61,236,203); }
td.TdClassName
{
border-color: #3DECCB;
}
.TagClassName
{
border-color: #3DECCB;
}
</style>