Shades of Turquoise #3EECF3
Tints of Turquoise #3EECF3
RGB
CMYK
RGB Variations
Color information
#3EECF3 (or 0x3EECF3) is known color: Turquoise. HEX triplet: 3E, EC and F3. RGB value is (62,236,243). Sum of RGB (Red+Green+Blue) = 62+236+243=541 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.46% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #3EECF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EECF3 is #C1130C. Grayscale: #B8B8B8. Windows color (decimal): -12653325 or 15985726. OLE color: 15985726.
HSL color Cylindrical-coordinate representation of color #3EECF3: hue angle of 182.32º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECF3 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 236 | 243 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.05 |
| HSL | 182.32º | 0.88% | 0.6% | - |
| HSV(B) | 182.32º | 0.74% | 0.95% | - |
| XYZ | 48.16 | 67.49 | 95.28 | - |
| YUV | 184.77 | 160.85 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 243 | 0.74 | 0.03 | 0 | 0.05 | 182.32 | 0.88 | 0.6 |
| Hex | 3E | EC | F3 | 4A | 3 | 0 | 5 | B6 | 58 | 3C |
| Octal | 76 | 354 | 363 | 112 | 3 | 0 | 5 | 266 | 130 | 74 |
| Binary | 111110 | 11101100 | 11110011 | 1001010 | 11 | 0 | 101 | 10110110 | 1011000 | 111100 |
Color Harmonies of #3EECF3
Complementary color
Monochromatic Colors of #3EECF3
Black with #3EECF3
Text Example
Text Example
White with #3EECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECF3; }
p { color: rgb(62,236,243); }
H1.HeaderClassName
{
color: #3EECF3;
}
.AnyTagClassName
{
color: #3EECF3;
}
</style>
background-color css
<style>
a { background-color: #3EECF3; }
a { background-color: rgb(62,236,243); }
div.DivClassName
{
background-color: #3EECF3;
}
.BgClassName
{
background-color: #3EECF3;
}
</style>
border-color css
<style>
span { border-color: #3EECF3; }
span { border-color: rgb(62,236,243); }
td.TdClassName
{
border-color: #3EECF3;
}
.TagClassName
{
border-color: #3EECF3;
}
</style>