Shades of Turquoise #3EE8DB
Tints of Turquoise #3EE8DB
RGB
CMYK
RGB Variations
Color information
#3EE8DB (or 0x3EE8DB) is known color: Turquoise. HEX triplet: 3E, E8 and DB. RGB value is (62,232,219). Sum of RGB (Red+Green+Blue) = 62+232+219=513 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.09% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE8DB is #C11724. Grayscale: #B3B3B3. Windows color (decimal): -12654373 or 14411838. OLE color: 14411838.
HSL color Cylindrical-coordinate representation of color #3EE8DB: hue angle of 175.41º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE8DB is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 62 | 232 | 219 | - |
CMYK | 0.73 | 0 | 0.06 | 0.09 |
HSL | 175.41º | 0.79% | 0.58% | - |
HSV(B) | 175.41º | 0.73% | 0.91% | - |
XYZ | 43.63 | 63.85 | 77.04 | - |
YUV | 179.69 | 150.18 | 44.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 232 | 219 | 0.73 | 0 | 0.06 | 0.09 | 175.41 | 0.79 | 0.58 |
Hex | 3E | E8 | DB | 49 | 0 | 6 | 9 | AF | 4F | 3A |
Octal | 76 | 350 | 333 | 111 | 0 | 6 | 11 | 257 | 117 | 72 |
Binary | 111110 | 11101000 | 11011011 | 1001001 | 0 | 110 | 1001 | 10101111 | 1001111 | 111010 |
Color Harmonies of #3EE8DB
Complementary color
Monochromatic Colors of #3EE8DB
Black with #3EE8DB
Text Example
Text Example
White with #3EE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE8DB; }
p { color: rgb(62,232,219); }
H1.HeaderClassName
{
color: #3EE8DB;
}
.AnyTagClassName
{
color: #3EE8DB;
}
</style>
background-color css
<style>
a { background-color: #3EE8DB; }
a { background-color: rgb(62,232,219); }
div.DivClassName
{
background-color: #3EE8DB;
}
.BgClassName
{
background-color: #3EE8DB;
}
</style>
border-color css
<style>
span { border-color: #3EE8DB; }
span { border-color: rgb(62,232,219); }
td.TdClassName
{
border-color: #3EE8DB;
}
.TagClassName
{
border-color: #3EE8DB;
}
</style>