Shades of Turquoise #3EE9F1
Tints of Turquoise #3EE9F1
RGB
CMYK
RGB Variations
Color information
#3EE9F1 (or 0x3EE9F1) is known color: Turquoise. HEX triplet: 3E, E9 and F1. RGB value is (62,233,241). Sum of RGB (Red+Green+Blue) = 62+233+241=536 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.57% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #3EE9F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EE9F1 is #C1160E. Grayscale: #B6B6B6. Windows color (decimal): -12654095 or 15853886. OLE color: 15853886.
HSL color Cylindrical-coordinate representation of color #3EE9F1: hue angle of 182.68º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EE9F1 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 233 | 241 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.05 |
| HSL | 182.68º | 0.86% | 0.59% | - |
| HSV(B) | 182.68º | 0.74% | 0.95% | - |
| XYZ | 47 | 65.65 | 93.41 | - |
| YUV | 182.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 233 | 241 | 0.74 | 0.03 | 0 | 0.05 | 182.68 | 0.86 | 0.59 |
| Hex | 3E | E9 | F1 | 4A | 3 | 0 | 5 | B7 | 56 | 3B |
| Octal | 76 | 351 | 361 | 112 | 3 | 0 | 5 | 267 | 126 | 73 |
| Binary | 111110 | 11101001 | 11110001 | 1001010 | 11 | 0 | 101 | 10110111 | 1010110 | 111011 |
Color Harmonies of #3EE9F1
Complementary color
Monochromatic Colors of #3EE9F1
Black with #3EE9F1
Text Example
Text Example
White with #3EE9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE9F1; }
p { color: rgb(62,233,241); }
H1.HeaderClassName
{
color: #3EE9F1;
}
.AnyTagClassName
{
color: #3EE9F1;
}
</style>
background-color css
<style>
a { background-color: #3EE9F1; }
a { background-color: rgb(62,233,241); }
div.DivClassName
{
background-color: #3EE9F1;
}
.BgClassName
{
background-color: #3EE9F1;
}
</style>
border-color css
<style>
span { border-color: #3EE9F1; }
span { border-color: rgb(62,233,241); }
td.TdClassName
{
border-color: #3EE9F1;
}
.TagClassName
{
border-color: #3EE9F1;
}
</style>