Html Css Color HEX #3EE0DF Turquoise

📋 copy color: '#3EE0DF'

red 62 ◦ green 224 ◦ blue 223

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

Shades of Turquoise #3EE0DF

Tints of Turquoise #3EE0DF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

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

R = 12.18%
G = 44.01%
B = 43.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#3EE0DF (or 0x3EE0DF) is known color: Turquoise. HEX triplet: 3E, E0 and DF. RGB value is (62,224,223). Sum of RGB (Red+Green+Blue) = 62+224+223=509 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.18% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE0DF is #C11F20. Grayscale: #AFAFAF. Windows color (decimal): -12656417 or 14671934. OLE color: 14671934.

HSL color Cylindrical-coordinate representation of color #3EE0DF: hue angle of 179.63º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE0DF is Cyan = 0.72, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 224 223 -
CMYK 0.72 0 0.00 0.12
HSL 179.63º 0.72% 0.56% -
HSV(B) 179.63º 0.72% 0.88% -
XYZ 41.96 59.66 79.12 -
YUV 175.45 154.83 47.08 -
System Red Green Blue C M Y K H S L
Decimal 62 224 223 0.72 0 0.00 0.12 179.63 0.72 0.56
Hex 3E E0 DF 48 0 0 C B4 48 38
Octal 76 340 337 110 0 0 14 264 110 70
Binary 111110 11100000 11011111 1001000 0 0 1100 10110100 1001000 111000

Color Harmonies of #3EE0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EE0DF

Black with #3EE0DF

Text Example


Text Example

White with #3EE0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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