Shades of Turquoise Blue #3EDCFE
Tints of Turquoise Blue #3EDCFE
RGB
CMYK
RGB Variations
Color information
#3EDCFE (or 0x3EDCFE) is known color: Turquoise Blue. HEX triplet: 3E, DC and FE. RGB value is (62,220,254). Sum of RGB (Red+Green+Blue) = 62+220+254=536 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.57% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #3EDCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDCFE is #C12301. Grayscale: #B0B0B0. Windows color (decimal): -12657410 or 16702526. OLE color: 16702526.
HSL color Cylindrical-coordinate representation of color #3EDCFE: hue angle of 190.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EDCFE is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 220 | 254 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.00 |
| HSL | 190.63º | 0.99% | 0.62% | - |
| HSV(B) | 190.63º | 0.76% | 1% | - |
| XYZ | 45.47 | 59.37 | 102.83 | - |
| YUV | 176.63 | 171.65 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 254 | 0.76 | 0.13 | 0 | 0.00 | 190.63 | 0.99 | 0.62 |
| Hex | 3E | DC | FE | 4C | D | 0 | 0 | BF | 63 | 3E |
| Octal | 76 | 334 | 376 | 114 | 15 | 0 | 0 | 277 | 143 | 76 |
| Binary | 111110 | 11011100 | 11111110 | 1001100 | 1101 | 0 | 0 | 10111111 | 1100011 | 111110 |
Color Harmonies of #3EDCFE
Complementary color
Monochromatic Colors of #3EDCFE
Black with #3EDCFE
Text Example
Text Example
White with #3EDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDCFE; }
p { color: rgb(62,220,254); }
H1.HeaderClassName
{
color: #3EDCFE;
}
.AnyTagClassName
{
color: #3EDCFE;
}
</style>
background-color css
<style>
a { background-color: #3EDCFE; }
a { background-color: rgb(62,220,254); }
div.DivClassName
{
background-color: #3EDCFE;
}
.BgClassName
{
background-color: #3EDCFE;
}
</style>
border-color css
<style>
span { border-color: #3EDCFE; }
span { border-color: rgb(62,220,254); }
td.TdClassName
{
border-color: #3EDCFE;
}
.TagClassName
{
border-color: #3EDCFE;
}
</style>