Shades of Turquoise #3EDFE4
Tints of Turquoise #3EDFE4
RGB
CMYK
RGB Variations
Color information
#3EDFE4 (or 0x3EDFE4) is known color: Turquoise. HEX triplet: 3E, DF and E4. RGB value is (62,223,228). Sum of RGB (Red+Green+Blue) = 62+223+228=513 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.09% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #3EDFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDFE4 is #C1201B. Grayscale: #AFAFAF. Windows color (decimal): -12656668 or 14999358. OLE color: 14999358.
HSL color Cylindrical-coordinate representation of color #3EDFE4: hue angle of 181.81º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EDFE4 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 223 | 228 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.11 |
| HSL | 181.81º | 0.75% | 0.57% | - |
| HSV(B) | 181.81º | 0.73% | 0.89% | - |
| XYZ | 42.38 | 59.4 | 82.63 | - |
| YUV | 175.43 | 157.66 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 228 | 0.73 | 0.02 | 0 | 0.11 | 181.81 | 0.75 | 0.57 |
| Hex | 3E | DF | E4 | 49 | 2 | 0 | B | B6 | 4B | 39 |
| Octal | 76 | 337 | 344 | 111 | 2 | 0 | 13 | 266 | 113 | 71 |
| Binary | 111110 | 11011111 | 11100100 | 1001001 | 10 | 0 | 1011 | 10110110 | 1001011 | 111001 |
Color Harmonies of #3EDFE4
Complementary color
Monochromatic Colors of #3EDFE4
Black with #3EDFE4
Text Example
Text Example
White with #3EDFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFE4; }
p { color: rgb(62,223,228); }
H1.HeaderClassName
{
color: #3EDFE4;
}
.AnyTagClassName
{
color: #3EDFE4;
}
</style>
background-color css
<style>
a { background-color: #3EDFE4; }
a { background-color: rgb(62,223,228); }
div.DivClassName
{
background-color: #3EDFE4;
}
.BgClassName
{
background-color: #3EDFE4;
}
</style>
border-color css
<style>
span { border-color: #3EDFE4; }
span { border-color: rgb(62,223,228); }
td.TdClassName
{
border-color: #3EDFE4;
}
.TagClassName
{
border-color: #3EDFE4;
}
</style>