Shades of Turquoise #3EDFBD
Tints of Turquoise #3EDFBD
RGB
CMYK
RGB Variations
Color information
#3EDFBD (or 0x3EDFBD) is known color: Turquoise. HEX triplet: 3E, DF and BD. RGB value is (62,223,189). Sum of RGB (Red+Green+Blue) = 62+223+189=474 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.08% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFBD is #C12042. Grayscale: #AAAAAA. Windows color (decimal): -12656707 or 12443454. OLE color: 12443454.
HSL color Cylindrical-coordinate representation of color #3EDFBD: hue angle of 167.33º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDFBD is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 189 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.13 |
| HSL | 167.33º | 0.72% | 0.56% | - |
| HSV(B) | 167.33º | 0.72% | 0.87% | - |
| XYZ | 37.56 | 57.47 | 57.26 | - |
| YUV | 170.99 | 138.16 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 189 | 0.72 | 0 | 0.15 | 0.13 | 167.33 | 0.72 | 0.56 |
| Hex | 3E | DF | BD | 48 | 0 | F | D | A7 | 48 | 38 |
| Octal | 76 | 337 | 275 | 110 | 0 | 17 | 15 | 247 | 110 | 70 |
| Binary | 111110 | 11011111 | 10111101 | 1001000 | 0 | 1111 | 1101 | 10100111 | 1001000 | 111000 |
Color Harmonies of #3EDFBD
Complementary color
Monochromatic Colors of #3EDFBD
Black with #3EDFBD
Text Example
Text Example
White with #3EDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFBD; }
p { color: rgb(62,223,189); }
H1.HeaderClassName
{
color: #3EDFBD;
}
.AnyTagClassName
{
color: #3EDFBD;
}
</style>
background-color css
<style>
a { background-color: #3EDFBD; }
a { background-color: rgb(62,223,189); }
div.DivClassName
{
background-color: #3EDFBD;
}
.BgClassName
{
background-color: #3EDFBD;
}
</style>
border-color css
<style>
span { border-color: #3EDFBD; }
span { border-color: rgb(62,223,189); }
td.TdClassName
{
border-color: #3EDFBD;
}
.TagClassName
{
border-color: #3EDFBD;
}
</style>