Shades of Turquoise #3EDEFD
Tints of Turquoise #3EDEFD
RGB
CMYK
RGB Variations
Color information
#3EDEFD (or 0x3EDEFD) is known color: Turquoise. HEX triplet: 3E, DE and FD. RGB value is (62,222,253). Sum of RGB (Red+Green+Blue) = 62+222+253=537 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.55% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #3EDEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDEFD is #C12102. Grayscale: #B1B1B1. Windows color (decimal): -12656899 or 16637502. OLE color: 16637502.
HSL color Cylindrical-coordinate representation of color #3EDEFD: hue angle of 189.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EDEFD is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 222 | 253 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.01 |
| HSL | 189.74º | 0.98% | 0.62% | - |
| HSV(B) | 189.74º | 0.75% | 0.99% | - |
| XYZ | 45.84 | 60.36 | 102.16 | - |
| YUV | 177.69 | 170.49 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 222 | 253 | 0.75 | 0.12 | 0 | 0.01 | 189.74 | 0.98 | 0.62 |
| Hex | 3E | DE | FD | 4B | C | 0 | 1 | BE | 62 | 3E |
| Octal | 76 | 336 | 375 | 113 | 14 | 0 | 1 | 276 | 142 | 76 |
| Binary | 111110 | 11011110 | 11111101 | 1001011 | 1100 | 0 | 1 | 10111110 | 1100010 | 111110 |
Color Harmonies of #3EDEFD
Complementary color
Monochromatic Colors of #3EDEFD
Black with #3EDEFD
Text Example
Text Example
White with #3EDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDEFD; }
p { color: rgb(62,222,253); }
H1.HeaderClassName
{
color: #3EDEFD;
}
.AnyTagClassName
{
color: #3EDEFD;
}
</style>
background-color css
<style>
a { background-color: #3EDEFD; }
a { background-color: rgb(62,222,253); }
div.DivClassName
{
background-color: #3EDEFD;
}
.BgClassName
{
background-color: #3EDEFD;
}
</style>
border-color css
<style>
span { border-color: #3EDEFD; }
span { border-color: rgb(62,222,253); }
td.TdClassName
{
border-color: #3EDEFD;
}
.TagClassName
{
border-color: #3EDEFD;
}
</style>