#3EFFEA

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

Shades of Turquoise #3EFFEA

Tints of Turquoise #3EFFEA

Color information

#3EFFEA (or 0x3EFFEA) is unknown color: approx Turquoise. HEX triplet: 3E, FF and EA. RGB value is (62,255,234). Sum of RGB (Red+Green+Blue) = 62+255+234=551 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.25% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFFEA is #C10015. Grayscale: #C2C2C2. Windows color (decimal): -12648470 or 15400766. OLE color: 15400766.

HSL color Cylindrical-coordinate representation of color #3EFFEA: hue angle of 173.47º 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 #3EFFEA is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB62255234-
CMYK0.7600.080
HSL173.47º100%62.16%-
HSV(B)173.47º75.69%100%-
XYZ52.678.4890.22-
YUV194.9150.0633.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.25%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=11.25%
G=46.28%
B=42.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal622552340.7600.080173.4710062.16
Hex3EFFEA4C080ad643e
Octal76377352114010025514476
Binary11111011111111111010101001100010000101011011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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