Shades of Turquoise Blue #3EDBFE
Tints of Turquoise Blue #3EDBFE
RGB
CMYK
RGB Variations
Color information
#3EDBFE (or 0x3EDBFE) is known color: Turquoise Blue. HEX triplet: 3E, DB and FE. RGB value is (62,219,254). Sum of RGB (Red+Green+Blue) = 62+219+254=535 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.59% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #3EDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDBFE is #C12401. Grayscale: #AFAFAF. Windows color (decimal): -12657666 or 16702270. OLE color: 16702270.
HSL color Cylindrical-coordinate representation of color #3EDBFE: hue angle of 190.94º 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 #3EDBFE is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 219 | 254 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.00 |
| HSL | 190.94º | 0.99% | 0.62% | - |
| HSV(B) | 190.94º | 0.76% | 1% | - |
| XYZ | 45.21 | 58.84 | 102.74 | - |
| YUV | 176.05 | 171.99 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 254 | 0.76 | 0.14 | 0 | 0.00 | 190.94 | 0.99 | 0.62 |
| Hex | 3E | DB | FE | 4C | E | 0 | 0 | BF | 63 | 3E |
| Octal | 76 | 333 | 376 | 114 | 16 | 0 | 0 | 277 | 143 | 76 |
| Binary | 111110 | 11011011 | 11111110 | 1001100 | 1110 | 0 | 0 | 10111111 | 1100011 | 111110 |
Color Harmonies of #3EDBFE
Complementary color
Monochromatic Colors of #3EDBFE
Black with #3EDBFE
Text Example
Text Example
White with #3EDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDBFE; }
p { color: rgb(62,219,254); }
H1.HeaderClassName
{
color: #3EDBFE;
}
.AnyTagClassName
{
color: #3EDBFE;
}
</style>
background-color css
<style>
a { background-color: #3EDBFE; }
a { background-color: rgb(62,219,254); }
div.DivClassName
{
background-color: #3EDBFE;
}
.BgClassName
{
background-color: #3EDBFE;
}
</style>
border-color css
<style>
span { border-color: #3EDBFE; }
span { border-color: rgb(62,219,254); }
td.TdClassName
{
border-color: #3EDBFE;
}
.TagClassName
{
border-color: #3EDBFE;
}
</style>