Shades of Turquoise #3EE0FB
Tints of Turquoise #3EE0FB
RGB
CMYK
RGB Variations
Color information
#3EE0FB (or 0x3EE0FB) is known color: Turquoise. HEX triplet: 3E, E0 and FB. RGB value is (62,224,251). Sum of RGB (Red+Green+Blue) = 62+224+251=537 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.55% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #3EE0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE0FB is #C11F04. Grayscale: #B2B2B2. Windows color (decimal): -12656389 or 16506942. OLE color: 16506942.
HSL color Cylindrical-coordinate representation of color #3EE0FB: hue angle of 188.57º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EE0FB is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 224 | 251 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.02 |
| HSL | 188.57º | 0.96% | 0.61% | - |
| HSV(B) | 188.57º | 0.75% | 0.98% | - |
| XYZ | 46.05 | 61.3 | 100.67 | - |
| YUV | 178.64 | 168.83 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 251 | 0.75 | 0.11 | 0 | 0.02 | 188.57 | 0.96 | 0.61 |
| Hex | 3E | E0 | FB | 4B | B | 0 | 2 | BD | 60 | 3D |
| Octal | 76 | 340 | 373 | 113 | 13 | 0 | 2 | 275 | 140 | 75 |
| Binary | 111110 | 11100000 | 11111011 | 1001011 | 1011 | 0 | 10 | 10111101 | 1100000 | 111101 |
Color Harmonies of #3EE0FB
Complementary color
Monochromatic Colors of #3EE0FB
Black with #3EE0FB
Text Example
Text Example
White with #3EE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE0FB; }
p { color: rgb(62,224,251); }
H1.HeaderClassName
{
color: #3EE0FB;
}
.AnyTagClassName
{
color: #3EE0FB;
}
</style>
background-color css
<style>
a { background-color: #3EE0FB; }
a { background-color: rgb(62,224,251); }
div.DivClassName
{
background-color: #3EE0FB;
}
.BgClassName
{
background-color: #3EE0FB;
}
</style>
border-color css
<style>
span { border-color: #3EE0FB; }
span { border-color: rgb(62,224,251); }
td.TdClassName
{
border-color: #3EE0FB;
}
.TagClassName
{
border-color: #3EE0FB;
}
</style>