Shades of Turquoise #3DDDCB
Tints of Turquoise #3DDDCB
RGB
CMYK
RGB Variations
Color information
#3DDDCB (or 0x3DDDCB) is known color: Turquoise. HEX triplet: 3D, DD and CB. RGB value is (61,221,203). Sum of RGB (Red+Green+Blue) = 61+221+203=485 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.58% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDCB is #C22234. Grayscale: #ABABAB. Windows color (decimal): -12722741 or 13360445. OLE color: 13360445.
HSL color Cylindrical-coordinate representation of color #3DDDCB: hue angle of 173.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDDCB is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 203 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.13 |
| HSL | 173.25º | 0.7% | 0.55% | - |
| HSV(B) | 173.25º | 0.72% | 0.87% | - |
| XYZ | 38.56 | 57.02 | 65.47 | - |
| YUV | 171.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 203 | 0.72 | 0 | 0.08 | 0.13 | 173.25 | 0.7 | 0.55 |
| Hex | 3D | DD | CB | 48 | 0 | 8 | D | AD | 46 | 37 |
| Octal | 75 | 335 | 313 | 110 | 0 | 10 | 15 | 255 | 106 | 67 |
| Binary | 111101 | 11011101 | 11001011 | 1001000 | 0 | 1000 | 1101 | 10101101 | 1000110 | 110111 |
Color Harmonies of #3DDDCB
Complementary color
Monochromatic Colors of #3DDDCB
Black with #3DDDCB
Text Example
Text Example
White with #3DDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDCB; }
p { color: rgb(61,221,203); }
H1.HeaderClassName
{
color: #3DDDCB;
}
.AnyTagClassName
{
color: #3DDDCB;
}
</style>
background-color css
<style>
a { background-color: #3DDDCB; }
a { background-color: rgb(61,221,203); }
div.DivClassName
{
background-color: #3DDDCB;
}
.BgClassName
{
background-color: #3DDDCB;
}
</style>
border-color css
<style>
span { border-color: #3DDDCB; }
span { border-color: rgb(61,221,203); }
td.TdClassName
{
border-color: #3DDDCB;
}
.TagClassName
{
border-color: #3DDDCB;
}
</style>