Shades of Turquoise #3EE0FE
Tints of Turquoise #3EE0FE
RGB
CMYK
RGB Variations
Color information
#3EE0FE (or 0x3EE0FE) is known color: Turquoise. HEX triplet: 3E, E0 and FE. RGB value is (62,224,254). Sum of RGB (Red+Green+Blue) = 62+224+254=540 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.48% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #3EE0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE0FE is #C11F01. Grayscale: #B2B2B2. Windows color (decimal): -12656386 or 16703550. OLE color: 16703550.
HSL color Cylindrical-coordinate representation of color #3EE0FE: hue angle of 189.38º 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 #3EE0FE is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 224 | 254 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.00 |
| HSL | 189.38º | 0.99% | 0.62% | - |
| HSV(B) | 189.38º | 0.76% | 1% | - |
| XYZ | 46.53 | 61.49 | 103.18 | - |
| YUV | 178.98 | 170.33 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 254 | 0.76 | 0.12 | 0 | 0.00 | 189.38 | 0.99 | 0.62 |
| Hex | 3E | E0 | FE | 4C | C | 0 | 0 | BD | 63 | 3E |
| Octal | 76 | 340 | 376 | 114 | 14 | 0 | 0 | 275 | 143 | 76 |
| Binary | 111110 | 11100000 | 11111110 | 1001100 | 1100 | 0 | 0 | 10111101 | 1100011 | 111110 |
Color Harmonies of #3EE0FE
Complementary color
Monochromatic Colors of #3EE0FE
Black with #3EE0FE
Text Example
Text Example
White with #3EE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE0FE; }
p { color: rgb(62,224,254); }
H1.HeaderClassName
{
color: #3EE0FE;
}
.AnyTagClassName
{
color: #3EE0FE;
}
</style>
background-color css
<style>
a { background-color: #3EE0FE; }
a { background-color: rgb(62,224,254); }
div.DivClassName
{
background-color: #3EE0FE;
}
.BgClassName
{
background-color: #3EE0FE;
}
</style>
border-color css
<style>
span { border-color: #3EE0FE; }
span { border-color: rgb(62,224,254); }
td.TdClassName
{
border-color: #3EE0FE;
}
.TagClassName
{
border-color: #3EE0FE;
}
</style>