Shades of Turquoise #3EDCCB
Tints of Turquoise #3EDCCB
RGB
CMYK
RGB Variations
Color information
#3EDCCB (or 0x3EDCCB) is known color: Turquoise. HEX triplet: 3E, DC and CB. RGB value is (62,220,203). Sum of RGB (Red+Green+Blue) = 62+220+203=485 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.78% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCCB is #C12334. Grayscale: #AAAAAA. Windows color (decimal): -12657461 or 13360190. OLE color: 13360190.
HSL color Cylindrical-coordinate representation of color #3EDCCB: hue angle of 173.54º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDCCB is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 203 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.14 |
| HSL | 173.54º | 0.69% | 0.55% | - |
| HSV(B) | 173.54º | 0.72% | 0.86% | - |
| XYZ | 38.36 | 56.52 | 65.39 | - |
| YUV | 170.82 | 146.15 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 203 | 0.72 | 0 | 0.08 | 0.14 | 173.54 | 0.69 | 0.55 |
| Hex | 3E | DC | CB | 48 | 0 | 8 | E | AE | 45 | 37 |
| Octal | 76 | 334 | 313 | 110 | 0 | 10 | 16 | 256 | 105 | 67 |
| Binary | 111110 | 11011100 | 11001011 | 1001000 | 0 | 1000 | 1110 | 10101110 | 1000101 | 110111 |
Color Harmonies of #3EDCCB
Complementary color
Monochromatic Colors of #3EDCCB
Black with #3EDCCB
Text Example
Text Example
White with #3EDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDCCB; }
p { color: rgb(62,220,203); }
H1.HeaderClassName
{
color: #3EDCCB;
}
.AnyTagClassName
{
color: #3EDCCB;
}
</style>
background-color css
<style>
a { background-color: #3EDCCB; }
a { background-color: rgb(62,220,203); }
div.DivClassName
{
background-color: #3EDCCB;
}
.BgClassName
{
background-color: #3EDCCB;
}
</style>
border-color css
<style>
span { border-color: #3EDCCB; }
span { border-color: rgb(62,220,203); }
td.TdClassName
{
border-color: #3EDCCB;
}
.TagClassName
{
border-color: #3EDCCB;
}
</style>