Shades of Turquoise #3EDFF0
Tints of Turquoise #3EDFF0
RGB
CMYK
RGB Variations
Color information
#3EDFF0 (or 0x3EDFF0) is known color: Turquoise. HEX triplet: 3E, DF and F0. RGB value is (62,223,240). Sum of RGB (Red+Green+Blue) = 62+223+240=525 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.81% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #3EDFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFF0 is #C1200F. Grayscale: #B0B0B0. Windows color (decimal): -12656656 or 15785790. OLE color: 15785790.
HSL color Cylindrical-coordinate representation of color #3EDFF0: hue angle of 185.73º degrees, saturation: 0.86, 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 #3EDFF0 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 223 | 240 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.06 |
| HSL | 185.73º | 0.86% | 0.59% | - |
| HSV(B) | 185.73º | 0.74% | 0.94% | - |
| XYZ | 44.1 | 60.09 | 91.71 | - |
| YUV | 176.8 | 163.66 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 240 | 0.74 | 0.07 | 0 | 0.06 | 185.73 | 0.86 | 0.59 |
| Hex | 3E | DF | F0 | 4A | 7 | 0 | 6 | BA | 56 | 3B |
| Octal | 76 | 337 | 360 | 112 | 7 | 0 | 6 | 272 | 126 | 73 |
| Binary | 111110 | 11011111 | 11110000 | 1001010 | 111 | 0 | 110 | 10111010 | 1010110 | 111011 |
Color Harmonies of #3EDFF0
Complementary color
Monochromatic Colors of #3EDFF0
Black with #3EDFF0
Text Example
Text Example
White with #3EDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFF0; }
p { color: rgb(62,223,240); }
H1.HeaderClassName
{
color: #3EDFF0;
}
.AnyTagClassName
{
color: #3EDFF0;
}
</style>
background-color css
<style>
a { background-color: #3EDFF0; }
a { background-color: rgb(62,223,240); }
div.DivClassName
{
background-color: #3EDFF0;
}
.BgClassName
{
background-color: #3EDFF0;
}
</style>
border-color css
<style>
span { border-color: #3EDFF0; }
span { border-color: rgb(62,223,240); }
td.TdClassName
{
border-color: #3EDFF0;
}
.TagClassName
{
border-color: #3EDFF0;
}
</style>