Html Css Color HEX #3EEADA Turquoise

📋 copy color: '#3EEADA'

red 62 ◦ green 234 ◦ blue 218

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

Shades of Turquoise #3EEADA

Tints of Turquoise #3EEADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 12.06%
G = 45.53%
B = 42.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#3EEADA (or 0x3EEADA) is known color: Turquoise. HEX triplet: 3E, EA and DA. RGB value is (62,234,218). Sum of RGB (Red+Green+Blue) = 62+234+218=514 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.06% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEADA is #C11525. Grayscale: #B4B4B4. Windows color (decimal): -12653862 or 14346814. OLE color: 14346814.

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

Color convert

RGB 62 234 218 -
CMYK 0.74 0 0.07 0.08
HSL 174.42º 0.8% 0.58% -
HSV(B) 174.42º 0.74% 0.92% -
XYZ 44.06 64.93 76.54 -
YUV 180.75 149.02 43.3 -
System Red Green Blue C M Y K H S L
Decimal 62 234 218 0.74 0 0.07 0.08 174.42 0.8 0.58
Hex 3E EA DA 4A 0 7 8 AE 50 3A
Octal 76 352 332 112 0 7 10 256 120 72
Binary 111110 11101010 11011010 1001010 0 111 1000 10101110 1010000 111010

Color Harmonies of #3EEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEADA

Black with #3EEADA

Text Example


Text Example

White with #3EEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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