Shades of Turquoise #3EDEEB
Tints of Turquoise #3EDEEB
RGB
CMYK
RGB Variations
Color information
#3EDEEB (or 0x3EDEEB) is known color: Turquoise. HEX triplet: 3E, DE and EB. RGB value is (62,222,235). Sum of RGB (Red+Green+Blue) = 62+222+235=519 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.95% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #3EDEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDEEB is #C12114. Grayscale: #AFAFAF. Windows color (decimal): -12656917 or 15457854. OLE color: 15457854.
HSL color Cylindrical-coordinate representation of color #3EDEEB: hue angle of 184.51º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EDEEB is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 222 | 235 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.08 |
| HSL | 184.51º | 0.81% | 0.58% | - |
| HSV(B) | 184.51º | 0.74% | 0.92% | - |
| XYZ | 43.1 | 59.26 | 87.76 | - |
| YUV | 175.64 | 161.49 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 235 | 0.74 | 0.06 | 0 | 0.08 | 184.51 | 0.81 | 0.58 |
| Hex | 3E | DE | EB | 4A | 6 | 0 | 8 | B9 | 51 | 3A |
| Octal | 76 | 336 | 353 | 112 | 6 | 0 | 10 | 271 | 121 | 72 |
| Binary | 111110 | 11011110 | 11101011 | 1001010 | 110 | 0 | 1000 | 10111001 | 1010001 | 111010 |
Color Harmonies of #3EDEEB
Complementary color
Monochromatic Colors of #3EDEEB
Black with #3EDEEB
Text Example
Text Example
White with #3EDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDEEB; }
p { color: rgb(62,222,235); }
H1.HeaderClassName
{
color: #3EDEEB;
}
.AnyTagClassName
{
color: #3EDEEB;
}
</style>
background-color css
<style>
a { background-color: #3EDEEB; }
a { background-color: rgb(62,222,235); }
div.DivClassName
{
background-color: #3EDEEB;
}
.BgClassName
{
background-color: #3EDEEB;
}
</style>
border-color css
<style>
span { border-color: #3EDEEB; }
span { border-color: rgb(62,222,235); }
td.TdClassName
{
border-color: #3EDEEB;
}
.TagClassName
{
border-color: #3EDEEB;
}
</style>