Shades of Turquoise #3EDFEE
Tints of Turquoise #3EDFEE
RGB
CMYK
RGB Variations
Color information
#3EDFEE (or 0x3EDFEE) is known color: Turquoise. HEX triplet: 3E, DF and EE. RGB value is (62,223,238). Sum of RGB (Red+Green+Blue) = 62+223+238=523 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.85% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #3EDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDFEE is #C12011. Grayscale: #B0B0B0. Windows color (decimal): -12656658 or 15654718. OLE color: 15654718.
HSL color Cylindrical-coordinate representation of color #3EDFEE: hue angle of 185.11º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EDFEE is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 223 | 238 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.07 |
| HSL | 185.11º | 0.84% | 0.59% | - |
| HSV(B) | 185.11º | 0.74% | 0.93% | - |
| XYZ | 43.81 | 59.97 | 90.16 | - |
| YUV | 176.57 | 162.66 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 238 | 0.74 | 0.06 | 0 | 0.07 | 185.11 | 0.84 | 0.59 |
| Hex | 3E | DF | EE | 4A | 6 | 0 | 7 | B9 | 54 | 3B |
| Octal | 76 | 337 | 356 | 112 | 6 | 0 | 7 | 271 | 124 | 73 |
| Binary | 111110 | 11011111 | 11101110 | 1001010 | 110 | 0 | 111 | 10111001 | 1010100 | 111011 |
Color Harmonies of #3EDFEE
Complementary color
Monochromatic Colors of #3EDFEE
Black with #3EDFEE
Text Example
Text Example
White with #3EDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDFEE; }
p { color: rgb(62,223,238); }
H1.HeaderClassName
{
color: #3EDFEE;
}
.AnyTagClassName
{
color: #3EDFEE;
}
</style>
background-color css
<style>
a { background-color: #3EDFEE; }
a { background-color: rgb(62,223,238); }
div.DivClassName
{
background-color: #3EDFEE;
}
.BgClassName
{
background-color: #3EDFEE;
}
</style>
border-color css
<style>
span { border-color: #3EDFEE; }
span { border-color: rgb(62,223,238); }
td.TdClassName
{
border-color: #3EDFEE;
}
.TagClassName
{
border-color: #3EDFEE;
}
</style>