Shades of Turquoise #3ED4EA
Tints of Turquoise #3ED4EA
RGB
CMYK
RGB Variations
Color information
#3ED4EA (or 0x3ED4EA) is known color: Turquoise. HEX triplet: 3E, D4 and EA. RGB value is (62,212,234). Sum of RGB (Red+Green+Blue) = 62+212+234=508 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.20% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #3ED4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED4EA is #C12B15. Grayscale: #A9A9A9. Windows color (decimal): -12659478 or 15389758. OLE color: 15389758.
HSL color Cylindrical-coordinate representation of color #3ED4EA: hue angle of 187.67º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ED4EA is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 212 | 234 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.08 |
| HSL | 187.67º | 0.8% | 0.58% | - |
| HSV(B) | 187.67º | 0.74% | 0.92% | - |
| XYZ | 40.38 | 54.05 | 86.15 | - |
| YUV | 169.66 | 164.31 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 212 | 234 | 0.74 | 0.09 | 0 | 0.08 | 187.67 | 0.8 | 0.58 |
| Hex | 3E | D4 | EA | 4A | 9 | 0 | 8 | BC | 50 | 3A |
| Octal | 76 | 324 | 352 | 112 | 11 | 0 | 10 | 274 | 120 | 72 |
| Binary | 111110 | 11010100 | 11101010 | 1001010 | 1001 | 0 | 1000 | 10111100 | 1010000 | 111010 |
Color Harmonies of #3ED4EA
Complementary color
Monochromatic Colors of #3ED4EA
Black with #3ED4EA
Text Example
Text Example
White with #3ED4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED4EA; }
p { color: rgb(62,212,234); }
H1.HeaderClassName
{
color: #3ED4EA;
}
.AnyTagClassName
{
color: #3ED4EA;
}
</style>
background-color css
<style>
a { background-color: #3ED4EA; }
a { background-color: rgb(62,212,234); }
div.DivClassName
{
background-color: #3ED4EA;
}
.BgClassName
{
background-color: #3ED4EA;
}
</style>
border-color css
<style>
span { border-color: #3ED4EA; }
span { border-color: rgb(62,212,234); }
td.TdClassName
{
border-color: #3ED4EA;
}
.TagClassName
{
border-color: #3ED4EA;
}
</style>