Shades of Turquoise #3EDFC5
Tints of Turquoise #3EDFC5
RGB
CMYK
RGB Variations
Color information
#3EDFC5 (or 0x3EDFC5) is known color: Turquoise. HEX triplet: 3E, DF and C5. RGB value is (62,223,197). Sum of RGB (Red+Green+Blue) = 62+223+197=482 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.86% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFC5 is #C1203A. Grayscale: #ABABAB. Windows color (decimal): -12656699 or 12967742. OLE color: 12967742.
HSL color Cylindrical-coordinate representation of color #3EDFC5: hue angle of 170.31º 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 #3EDFC5 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 197 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.13 |
| HSL | 170.31º | 0.72% | 0.56% | - |
| HSV(B) | 170.31º | 0.72% | 0.87% | - |
| XYZ | 38.45 | 57.83 | 61.96 | - |
| YUV | 171.9 | 142.16 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 197 | 0.72 | 0 | 0.12 | 0.13 | 170.31 | 0.72 | 0.56 |
| Hex | 3E | DF | C5 | 48 | 0 | C | D | AA | 48 | 38 |
| Octal | 76 | 337 | 305 | 110 | 0 | 14 | 15 | 252 | 110 | 70 |
| Binary | 111110 | 11011111 | 11000101 | 1001000 | 0 | 1100 | 1101 | 10101010 | 1001000 | 111000 |
Color Harmonies of #3EDFC5
Complementary color
Monochromatic Colors of #3EDFC5
Black with #3EDFC5
Text Example
Text Example
White with #3EDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFC5; }
p { color: rgb(62,223,197); }
H1.HeaderClassName
{
color: #3EDFC5;
}
.AnyTagClassName
{
color: #3EDFC5;
}
</style>
background-color css
<style>
a { background-color: #3EDFC5; }
a { background-color: rgb(62,223,197); }
div.DivClassName
{
background-color: #3EDFC5;
}
.BgClassName
{
background-color: #3EDFC5;
}
</style>
border-color css
<style>
span { border-color: #3EDFC5; }
span { border-color: rgb(62,223,197); }
td.TdClassName
{
border-color: #3EDFC5;
}
.TagClassName
{
border-color: #3EDFC5;
}
</style>