Shades of Turquoise #3EE5FD
Tints of Turquoise #3EE5FD
RGB
CMYK
RGB Variations
Color information
#3EE5FD (or 0x3EE5FD) is known color: Turquoise. HEX triplet: 3E, E5 and FD. RGB value is (62,229,253). Sum of RGB (Red+Green+Blue) = 62+229+253=544 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.40% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #3EE5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE5FD is #C11A02. Grayscale: #B5B5B5. Windows color (decimal): -12655107 or 16639294. OLE color: 16639294.
HSL color Cylindrical-coordinate representation of color #3EE5FD: hue angle of 187.54º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EE5FD is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 229 | 253 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.01 |
| HSL | 187.54º | 0.98% | 0.62% | - |
| HSV(B) | 187.54º | 0.75% | 0.99% | - |
| XYZ | 47.74 | 64.15 | 102.8 | - |
| YUV | 181.8 | 168.17 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 253 | 0.75 | 0.09 | 0 | 0.01 | 187.54 | 0.98 | 0.62 |
| Hex | 3E | E5 | FD | 4B | 9 | 0 | 1 | BC | 62 | 3E |
| Octal | 76 | 345 | 375 | 113 | 11 | 0 | 1 | 274 | 142 | 76 |
| Binary | 111110 | 11100101 | 11111101 | 1001011 | 1001 | 0 | 1 | 10111100 | 1100010 | 111110 |
Color Harmonies of #3EE5FD
Complementary color
Monochromatic Colors of #3EE5FD
Black with #3EE5FD
Text Example
Text Example
White with #3EE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE5FD; }
p { color: rgb(62,229,253); }
H1.HeaderClassName
{
color: #3EE5FD;
}
.AnyTagClassName
{
color: #3EE5FD;
}
</style>
background-color css
<style>
a { background-color: #3EE5FD; }
a { background-color: rgb(62,229,253); }
div.DivClassName
{
background-color: #3EE5FD;
}
.BgClassName
{
background-color: #3EE5FD;
}
</style>
border-color css
<style>
span { border-color: #3EE5FD; }
span { border-color: rgb(62,229,253); }
td.TdClassName
{
border-color: #3EE5FD;
}
.TagClassName
{
border-color: #3EE5FD;
}
</style>