Html Css Color HEX #3EEFDC Turquoise

📋 copy color: '#3EEFDC'

red 62 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #3EEFDC

Tints of Turquoise #3EEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.87%

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

R = 11.9%
G = 45.87%
B = 42.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#3EEFDC (or 0x3EEFDC) is known color: Turquoise. HEX triplet: 3E, EF and DC. RGB value is (62,239,220). Sum of RGB (Red+Green+Blue) = 62+239+220=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFDC is #C11023. Grayscale: #B7B7B7. Windows color (decimal): -12652580 or 14479166. OLE color: 14479166.

HSL color Cylindrical-coordinate representation of color #3EEFDC: hue angle of 173.56º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEFDC is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 239 220 -
CMYK 0.74 0 0.08 0.06
HSL 173.56º 0.85% 0.59% -
HSV(B) 173.56º 0.74% 0.94% -
XYZ 45.77 67.92 78.41 -
YUV 183.91 148.36 41.04 -
System Red Green Blue C M Y K H S L
Decimal 62 239 220 0.74 0 0.08 0.06 173.56 0.85 0.59
Hex 3E EF DC 4A 0 8 6 AE 55 3B
Octal 76 357 334 112 0 10 6 256 125 73
Binary 111110 11101111 11011100 1001010 0 1000 110 10101110 1010101 111011

Color Harmonies of #3EEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEFDC

Black with #3EEFDC

Text Example


Text Example

White with #3EEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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