Html Css Color HEX #3EEADC Turquoise

📋 copy color: '#3EEADC'

red 62 ◦ green 234 ◦ blue 220

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

Shades of Turquoise #3EEADC

Tints of Turquoise #3EEADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.35%

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

R = 12.02%
G = 45.35%
B = 42.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#3EEADC (or 0x3EEADC) is known color: Turquoise. HEX triplet: 3E, EA and DC. RGB value is (62,234,220). Sum of RGB (Red+Green+Blue) = 62+234+220=516 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.02% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEADC is #C11523. Grayscale: #B4B4B4. Windows color (decimal): -12653860 or 14477886. OLE color: 14477886.

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

Color convert

RGB 62 234 220 -
CMYK 0.74 0 0.06 0.08
HSL 175.12º 0.8% 0.58% -
HSV(B) 175.12º 0.74% 0.92% -
XYZ 44.33 65.04 77.93 -
YUV 180.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 62 234 220 0.74 0 0.06 0.08 175.12 0.8 0.58
Hex 3E EA DC 4A 0 6 8 AF 50 3A
Octal 76 352 334 112 0 6 10 257 120 72
Binary 111110 11101010 11011100 1001010 0 110 1000 10101111 1010000 111010

Color Harmonies of #3EEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEADC

Black with #3EEADC

Text Example


Text Example

White with #3EEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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