Shades of Turquoise #3EEAFE
Tints of Turquoise #3EEAFE
RGB
CMYK
RGB Variations
Color information
#3EEAFE (or 0x3EEAFE) is known color: Turquoise. HEX triplet: 3E, EA and FE. RGB value is (62,234,254). Sum of RGB (Red+Green+Blue) = 62+234+254=550 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.27% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #3EEAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EEAFE is #C11501. Grayscale: #B8B8B8. Windows color (decimal): -12653826 or 16706110. OLE color: 16706110.
HSL color Cylindrical-coordinate representation of color #3EEAFE: hue angle of 186.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 #3EEAFE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 234 | 254 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.00 |
| HSL | 186.25º | 0.99% | 0.62% | - |
| HSV(B) | 186.25º | 0.76% | 1% | - |
| XYZ | 49.3 | 67.03 | 104.1 | - |
| YUV | 184.85 | 167.02 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 234 | 254 | 0.76 | 0.08 | 0 | 0.00 | 186.25 | 0.99 | 0.62 |
| Hex | 3E | EA | FE | 4C | 8 | 0 | 0 | BA | 63 | 3E |
| Octal | 76 | 352 | 376 | 114 | 10 | 0 | 0 | 272 | 143 | 76 |
| Binary | 111110 | 11101010 | 11111110 | 1001100 | 1000 | 0 | 0 | 10111010 | 1100011 | 111110 |
Color Harmonies of #3EEAFE
Complementary color
Monochromatic Colors of #3EEAFE
Black with #3EEAFE
Text Example
Text Example
White with #3EEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEAFE; }
p { color: rgb(62,234,254); }
H1.HeaderClassName
{
color: #3EEAFE;
}
.AnyTagClassName
{
color: #3EEAFE;
}
</style>
background-color css
<style>
a { background-color: #3EEAFE; }
a { background-color: rgb(62,234,254); }
div.DivClassName
{
background-color: #3EEAFE;
}
.BgClassName
{
background-color: #3EEAFE;
}
</style>
border-color css
<style>
span { border-color: #3EEAFE; }
span { border-color: rgb(62,234,254); }
td.TdClassName
{
border-color: #3EEAFE;
}
.TagClassName
{
border-color: #3EEAFE;
}
</style>