Shades of Turquoise Blue #3EDAFE
Tints of Turquoise Blue #3EDAFE
RGB
CMYK
RGB Variations
Color information
#3EDAFE (or 0x3EDAFE) is known color: Turquoise Blue. HEX triplet: 3E, DA and FE. RGB value is (62,218,254). Sum of RGB (Red+Green+Blue) = 62+218+254=534 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.61% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #3EDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDAFE is #C12501. Grayscale: #AFAFAF. Windows color (decimal): -12657922 or 16702014. OLE color: 16702014.
HSL color Cylindrical-coordinate representation of color #3EDAFE: hue angle of 191.25º 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 #3EDAFE is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 218 | 254 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.00 |
| HSL | 191.25º | 0.99% | 0.62% | - |
| HSV(B) | 191.25º | 0.76% | 1% | - |
| XYZ | 44.95 | 58.32 | 102.65 | - |
| YUV | 175.46 | 172.32 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 218 | 254 | 0.76 | 0.14 | 0 | 0.00 | 191.25 | 0.99 | 0.62 |
| Hex | 3E | DA | FE | 4C | E | 0 | 0 | BF | 63 | 3E |
| Octal | 76 | 332 | 376 | 114 | 16 | 0 | 0 | 277 | 143 | 76 |
| Binary | 111110 | 11011010 | 11111110 | 1001100 | 1110 | 0 | 0 | 10111111 | 1100011 | 111110 |
Color Harmonies of #3EDAFE
Complementary color
Monochromatic Colors of #3EDAFE
Black with #3EDAFE
Text Example
Text Example
White with #3EDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDAFE; }
p { color: rgb(62,218,254); }
H1.HeaderClassName
{
color: #3EDAFE;
}
.AnyTagClassName
{
color: #3EDAFE;
}
</style>
background-color css
<style>
a { background-color: #3EDAFE; }
a { background-color: rgb(62,218,254); }
div.DivClassName
{
background-color: #3EDAFE;
}
.BgClassName
{
background-color: #3EDAFE;
}
</style>
border-color css
<style>
span { border-color: #3EDAFE; }
span { border-color: rgb(62,218,254); }
td.TdClassName
{
border-color: #3EDAFE;
}
.TagClassName
{
border-color: #3EDAFE;
}
</style>