Html Css Color HEX #3EFEDC Turquoise

📋 copy color: '#3EFEDC'

red 62 ◦ green 254 ◦ blue 220

#3EFEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3EFEDC

Tints of Turquoise #3EFEDC

RGB

 RED value IS 62 (24.61% from 255) = 11.57%

 GREEN value IS 254 (99.61% from 255) = 47.39%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 11.57%
G = 47.39%
B = 41.04%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#3EFEDC (or 0x3EFEDC) is known color: Turquoise. HEX triplet: 3E, FE and DC. RGB value is (62,254,220). Sum of RGB (Red+Green+Blue) = 62+254+220=536 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.57% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFEDC is #C10123. Grayscale: #C0C0C0. Windows color (decimal): -12648740 or 14483006. OLE color: 14483006.

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

Color convert

RGB 62 254 220 -
CMYK 0.76 0 0.13 0.00
HSL 169.38º 0.99% 0.62% -
HSV(B) 169.38º 0.76% 1% -
XYZ 50.35 77.08 79.93 -
YUV 192.72 143.39 34.76 -
System Red Green Blue C M Y K H S L
Decimal 62 254 220 0.76 0 0.13 0.00 169.38 0.99 0.62
Hex 3E FE DC 4C 0 D 0 A9 63 3E
Octal 76 376 334 114 0 15 0 251 143 76
Binary 111110 11111110 11011100 1001100 0 1101 0 10101001 1100011 111110

Color Harmonies of #3EFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFEDC

Black with #3EFEDC

Text Example


Text Example

White with #3EFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,254,220); }

 H1.HeaderClassName
 {
   color: #3EFEDC;
 }
 .AnyTagClassName
 {
   color: #3EFEDC;
 }
</style>

background-color css

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

 a { background-color: rgb(62,254,220); }

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

border-color css

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

 span { border-color: rgb(62,254,220); }

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