Shades of Turquoise #3EDFB7
Tints of Turquoise #3EDFB7
RGB
CMYK
RGB Variations
Color information
#3EDFB7 (or 0x3EDFB7) is known color: Turquoise. HEX triplet: 3E, DF and B7. RGB value is (62,223,183). Sum of RGB (Red+Green+Blue) = 62+223+183=468 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.25% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFB7 is #C12048. Grayscale: #AAAAAA. Windows color (decimal): -12656713 or 12050238. OLE color: 12050238.
HSL color Cylindrical-coordinate representation of color #3EDFB7: hue angle of 165.09º 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 #3EDFB7 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 183 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.13 |
| HSL | 165.09º | 0.72% | 0.56% | - |
| HSV(B) | 165.09º | 0.72% | 0.87% | - |
| XYZ | 36.92 | 57.22 | 53.9 | - |
| YUV | 170.3 | 135.16 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 183 | 0.72 | 0 | 0.18 | 0.13 | 165.09 | 0.72 | 0.56 |
| Hex | 3E | DF | B7 | 48 | 0 | 12 | D | A5 | 48 | 38 |
| Octal | 76 | 337 | 267 | 110 | 0 | 22 | 15 | 245 | 110 | 70 |
| Binary | 111110 | 11011111 | 10110111 | 1001000 | 0 | 10010 | 1101 | 10100101 | 1001000 | 111000 |
Color Harmonies of #3EDFB7
Complementary color
Monochromatic Colors of #3EDFB7
Black with #3EDFB7
Text Example
Text Example
White with #3EDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFB7; }
p { color: rgb(62,223,183); }
H1.HeaderClassName
{
color: #3EDFB7;
}
.AnyTagClassName
{
color: #3EDFB7;
}
</style>
background-color css
<style>
a { background-color: #3EDFB7; }
a { background-color: rgb(62,223,183); }
div.DivClassName
{
background-color: #3EDFB7;
}
.BgClassName
{
background-color: #3EDFB7;
}
</style>
border-color css
<style>
span { border-color: #3EDFB7; }
span { border-color: rgb(62,223,183); }
td.TdClassName
{
border-color: #3EDFB7;
}
.TagClassName
{
border-color: #3EDFB7;
}
</style>