Shades of Turquoise #3EEFE5
Tints of Turquoise #3EEFE5
RGB
CMYK
RGB Variations
Color information
#3EEFE5 (or 0x3EEFE5) is known color: Turquoise. HEX triplet: 3E, EF and E5. RGB value is (62,239,229). Sum of RGB (Red+Green+Blue) = 62+239+229=530 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.70% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFE5 is #C1101A. Grayscale: #B8B8B8. Windows color (decimal): -12652571 or 15068990. OLE color: 15068990.
HSL color Cylindrical-coordinate representation of color #3EEFE5: hue angle of 176.61º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEFE5 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 229 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.06 |
| HSL | 176.61º | 0.85% | 0.59% | - |
| HSV(B) | 176.61º | 0.74% | 0.94% | - |
| XYZ | 47 | 68.41 | 84.86 | - |
| YUV | 184.94 | 152.86 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 229 | 0.74 | 0 | 0.04 | 0.06 | 176.61 | 0.85 | 0.59 |
| Hex | 3E | EF | E5 | 4A | 0 | 4 | 6 | B1 | 55 | 3B |
| Octal | 76 | 357 | 345 | 112 | 0 | 4 | 6 | 261 | 125 | 73 |
| Binary | 111110 | 11101111 | 11100101 | 1001010 | 0 | 100 | 110 | 10110001 | 1010101 | 111011 |
Color Harmonies of #3EEFE5
Complementary color
Monochromatic Colors of #3EEFE5
Black with #3EEFE5
Text Example
Text Example
White with #3EEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFE5; }
p { color: rgb(62,239,229); }
H1.HeaderClassName
{
color: #3EEFE5;
}
.AnyTagClassName
{
color: #3EEFE5;
}
</style>
background-color css
<style>
a { background-color: #3EEFE5; }
a { background-color: rgb(62,239,229); }
div.DivClassName
{
background-color: #3EEFE5;
}
.BgClassName
{
background-color: #3EEFE5;
}
</style>
border-color css
<style>
span { border-color: #3EEFE5; }
span { border-color: rgb(62,239,229); }
td.TdClassName
{
border-color: #3EEFE5;
}
.TagClassName
{
border-color: #3EEFE5;
}
</style>