#3ef2e8

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

Shades of Turquoise #3EF2E8

Tints of Turquoise #3EF2E8

Color information

#3EF2E8 (or 0x3EF2E8) is unknown color: approx Turquoise. HEX triplet: 3E, F2 and E8. RGB value is (62,242,232). Sum of RGB (Red+Green+Blue) = 62+242+232=536 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.57% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EF2E8 is #C10D17. Grayscale: #BABABA. Windows color (decimal): -12651800 or 15266366. OLE color: 15266366.

HSL color Cylindrical-coordinate representation of color #3EF2E8: hue angle of 176.67º degrees, saturation: 0.87, 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 #3EF2E8 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB62242232-
CMYK0.7400.040.05
HSL176.67º87.38%59.61%-
HSV(B)176.67º74.38%94.9%-
XYZ48.370.3587.38-
YUV187.04153.3738.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.57%
GREEN value IS 242 (94.92% from 255) = 45.15%
BLUE value IS 232 (91.02% from 255) = 43.28%
R=11.57%
G=45.15%
B=43.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622422320.7400.040.05176.6787.3859.61
Hex3EF2E84A045b1573c
Octal7636235011204526112774
Binary111110111100101110100010010100100101101100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ef2e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,242,232); }

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

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

 a { background-color: rgb(62,242,232); }

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

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

 span { border-color: rgb(62,242,232); }

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