Html Css Color HEX #3EEADF Turquoise

📋 copy color: '#3EEADF'

red 62 ◦ green 234 ◦ blue 223

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

Shades of Turquoise #3EEADF

Tints of Turquoise #3EEADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 11.95%
G = 45.09%
B = 42.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#3EEADF (or 0x3EEADF) is known color: Turquoise. HEX triplet: 3E, EA and DF. RGB value is (62,234,223). Sum of RGB (Red+Green+Blue) = 62+234+223=519 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.95% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #3EEADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEADF is #C11520. Grayscale: #B5B5B5. Windows color (decimal): -12653857 or 14674494. OLE color: 14674494.

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

Color convert

RGB 62 234 223 -
CMYK 0.74 0 0.05 0.08
HSL 176.16º 0.8% 0.58% -
HSV(B) 176.16º 0.74% 0.92% -
XYZ 44.73 65.2 80.04 -
YUV 181.32 151.52 42.89 -
System Red Green Blue C M Y K H S L
Decimal 62 234 223 0.74 0 0.05 0.08 176.16 0.8 0.58
Hex 3E EA DF 4A 0 5 8 B0 50 3A
Octal 76 352 337 112 0 5 10 260 120 72
Binary 111110 11101010 11011111 1001010 0 101 1000 10110000 1010000 111010

Color Harmonies of #3EEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EEADF

Black with #3EEADF

Text Example


Text Example

White with #3EEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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