Shades of Turquoise #3BDDCB
Tints of Turquoise #3BDDCB
RGB
CMYK
RGB Variations
Color information
#3BDDCB (or 0x3BDDCB) is known color: Turquoise. HEX triplet: 3B, DD and CB. RGB value is (59,221,203). Sum of RGB (Red+Green+Blue) = 59+221+203=483 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.22% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDCB is #C42234. Grayscale: #AAAAAA. Windows color (decimal): -12853813 or 13360443. OLE color: 13360443.
HSL color Cylindrical-coordinate representation of color #3BDDCB: hue angle of 173.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDDCB is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 203 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.13 |
| HSL | 173.33º | 0.7% | 0.55% | - |
| HSV(B) | 173.33º | 0.73% | 0.87% | - |
| XYZ | 38.44 | 56.95 | 65.47 | - |
| YUV | 170.51 | 146.33 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 203 | 0.73 | 0 | 0.08 | 0.13 | 173.33 | 0.7 | 0.55 |
| Hex | 3B | DD | CB | 49 | 0 | 8 | D | AD | 46 | 37 |
| Octal | 73 | 335 | 313 | 111 | 0 | 10 | 15 | 255 | 106 | 67 |
| Binary | 111011 | 11011101 | 11001011 | 1001001 | 0 | 1000 | 1101 | 10101101 | 1000110 | 110111 |
Color Harmonies of #3BDDCB
Complementary color
Monochromatic Colors of #3BDDCB
Black with #3BDDCB
Text Example
Text Example
White with #3BDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDCB; }
p { color: rgb(59,221,203); }
H1.HeaderClassName
{
color: #3BDDCB;
}
.AnyTagClassName
{
color: #3BDDCB;
}
</style>
background-color css
<style>
a { background-color: #3BDDCB; }
a { background-color: rgb(59,221,203); }
div.DivClassName
{
background-color: #3BDDCB;
}
.BgClassName
{
background-color: #3BDDCB;
}
</style>
border-color css
<style>
span { border-color: #3BDDCB; }
span { border-color: rgb(59,221,203); }
td.TdClassName
{
border-color: #3BDDCB;
}
.TagClassName
{
border-color: #3BDDCB;
}
</style>