Html Css Color HEX #3EEADB Turquoise

📋 copy color: '#3EEADB'

red 62 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #3EEADB

Tints of Turquoise #3EEADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 12.04%
G = 45.44%
B = 42.52%

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

#3EEADB (or 0x3EEADB) is known color: Turquoise. HEX triplet: 3E, EA and DB. RGB value is (62,234,219). Sum of RGB (Red+Green+Blue) = 62+234+219=515 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.04% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEADB is #C11524. Grayscale: #B4B4B4. Windows color (decimal): -12653861 or 14412350. OLE color: 14412350.

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

Color convert

RGB 62 234 219 -
CMYK 0.74 0 0.06 0.08
HSL 174.77º 0.8% 0.58% -
HSV(B) 174.77º 0.74% 0.92% -
XYZ 44.2 64.98 77.23 -
YUV 180.86 149.52 43.22 -
System Red Green Blue C M Y K H S L
Decimal 62 234 219 0.74 0 0.06 0.08 174.77 0.8 0.58
Hex 3E EA DB 4A 0 6 8 AF 50 3A
Octal 76 352 333 112 0 6 10 257 120 72
Binary 111110 11101010 11011011 1001010 0 110 1000 10101111 1010000 111010

Color Harmonies of #3EEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEADB

Black with #3EEADB

Text Example


Text Example

White with #3EEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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