Shades of Turquoise #3EDFEC
Tints of Turquoise #3EDFEC
RGB
CMYK
RGB Variations
Color information
#3EDFEC (or 0x3EDFEC) is known color: Turquoise. HEX triplet: 3E, DF and EC. RGB value is (62,223,236). Sum of RGB (Red+Green+Blue) = 62+223+236=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #3EDFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFEC is #C12013. Grayscale: #B0B0B0. Windows color (decimal): -12656660 or 15523646. OLE color: 15523646.
HSL color Cylindrical-coordinate representation of color #3EDFEC: hue angle of 184.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EDFEC is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 223 | 236 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.07 |
| HSL | 184.48º | 0.82% | 0.58% | - |
| HSV(B) | 184.48º | 0.74% | 0.93% | - |
| XYZ | 43.51 | 59.86 | 88.62 | - |
| YUV | 176.34 | 161.66 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 236 | 0.74 | 0.06 | 0 | 0.07 | 184.48 | 0.82 | 0.58 |
| Hex | 3E | DF | EC | 4A | 6 | 0 | 7 | B8 | 52 | 3A |
| Octal | 76 | 337 | 354 | 112 | 6 | 0 | 7 | 270 | 122 | 72 |
| Binary | 111110 | 11011111 | 11101100 | 1001010 | 110 | 0 | 111 | 10111000 | 1010010 | 111010 |
Color Harmonies of #3EDFEC
Complementary color
Monochromatic Colors of #3EDFEC
Black with #3EDFEC
Text Example
Text Example
White with #3EDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFEC; }
p { color: rgb(62,223,236); }
H1.HeaderClassName
{
color: #3EDFEC;
}
.AnyTagClassName
{
color: #3EDFEC;
}
</style>
background-color css
<style>
a { background-color: #3EDFEC; }
a { background-color: rgb(62,223,236); }
div.DivClassName
{
background-color: #3EDFEC;
}
.BgClassName
{
background-color: #3EDFEC;
}
</style>
border-color css
<style>
span { border-color: #3EDFEC; }
span { border-color: rgb(62,223,236); }
td.TdClassName
{
border-color: #3EDFEC;
}
.TagClassName
{
border-color: #3EDFEC;
}
</style>