#3EFFD1

Color #3EFFD1 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3EFFD1

Tints of Turquoise #3EFFD1

Color information

#3EFFD1 (or 0x3EFFD1) is unknown color: approx Turquoise. HEX triplet: 3E, FF and D1. RGB value is (62,255,209). Sum of RGB (Red+Green+Blue) = 62+255+209=526 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.79% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFFD1 is #C1002E. Grayscale: #C0C0C0. Windows color (decimal): -12648495 or 13762366. OLE color: 13762366.

HSL color Cylindrical-coordinate representation of color #3EFFD1: hue angle of 165.7º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFD1 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB62255209-
CMYK0.7600.180
HSL165.7º100%62.16%-
HSV(B)165.7º75.69%100%-
XYZ49.2677.1572.62-
YUV192.05137.5635.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 11.79%
GREEN value IS 255 (100% from 255) = 48.48%
BLUE value IS 209 (82.03% from 255) = 39.73%
R=11.79%
G=48.48%
B=39.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal622552090.7600.180165.710062.16
Hex3EFFD14C0120a6643e
Octal76377321114022024614476
Binary111110111111111101000110011000100100101001101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EFFD1; }

 p { color: rgb(62,255,209); }

 H1.HeaderClassName
 {
   color: #3EFFD1;
 }
 .AnyTagClassName
 {
   color: #3EFFD1;
 }
</style>
background-color css

<style>
 a { background-color: #3EFFD1; }

 a { background-color: rgb(62,255,209); }

 div.DivClassName
 {
   background-color: #3EFFD1;
 }
 .BgClassName
 {
   background-color: #3EFFD1;
 }
</style>
border-color css

<style>
 span { border-color: #3EFFD1; }

 span { border-color: rgb(62,255,209); }

 td.TdClassName
 {
   border-color: #3EFFD1;
 }
 .TagClassName
 {
   border-color: #3EFFD1;
 }
</style>