Html Css Color HEX #3ED1DF Medium Turquoise

📋 copy color: '#3ED1DF'

red 62 ◦ green 209 ◦ blue 223

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

Shades of Medium Turquoise #3ED1DF

Tints of Medium Turquoise #3ED1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.31%

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

R = 12.55%
G = 42.31%
B = 45.14%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3ED1DF (or 0x3ED1DF) is known color: Medium Turquoise. HEX triplet: 3E, D1 and DF. RGB value is (62,209,223). Sum of RGB (Red+Green+Blue) = 62+209+223=494 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.55% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ED1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED1DF is #C12E20. Grayscale: #A6A6A6. Windows color (decimal): -12660257 or 14668094. OLE color: 14668094.

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

Color convert

RGB 62 209 223 -
CMYK 0.72 0.06 0 0.13
HSL 185.22º 0.72% 0.56% -
HSV(B) 185.22º 0.72% 0.87% -
XYZ 38.11 51.95 77.83 -
YUV 166.64 159.8 53.36 -
System Red Green Blue C M Y K H S L
Decimal 62 209 223 0.72 0.06 0 0.13 185.22 0.72 0.56
Hex 3E D1 DF 48 6 0 D B9 48 38
Octal 76 321 337 110 6 0 15 271 110 70
Binary 111110 11010001 11011111 1001000 110 0 1101 10111001 1001000 111000

Color Harmonies of #3ED1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED1DF

Black with #3ED1DF

Text Example


Text Example

White with #3ED1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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