Html Css Color HEX #3ED2DF Medium Turquoise

📋 copy color: '#3ED2DF'

red 62 ◦ green 210 ◦ blue 223

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

Shades of Medium Turquoise #3ED2DF

Tints of Medium Turquoise #3ED2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

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

R = 12.53%
G = 42.42%
B = 45.05%

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

#3ED2DF (or 0x3ED2DF) is known color: Medium Turquoise. HEX triplet: 3E, D2 and DF. RGB value is (62,210,223). Sum of RGB (Red+Green+Blue) = 62+210+223=495 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.53% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ED2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED2DF is #C12D20. Grayscale: #A7A7A7. Windows color (decimal): -12660001 or 14668350. OLE color: 14668350.

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

Color convert

RGB 62 210 223 -
CMYK 0.72 0.06 0 0.13
HSL 184.84º 0.72% 0.56% -
HSV(B) 184.84º 0.72% 0.87% -
XYZ 38.35 52.45 77.91 -
YUV 167.23 159.47 52.94 -
System Red Green Blue C M Y K H S L
Decimal 62 210 223 0.72 0.06 0 0.13 184.84 0.72 0.56
Hex 3E D2 DF 48 6 0 D B9 48 38
Octal 76 322 337 110 6 0 15 271 110 70
Binary 111110 11010010 11011111 1001000 110 0 1101 10111001 1001000 111000

Color Harmonies of #3ED2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED2DF

Black with #3ED2DF

Text Example


Text Example

White with #3ED2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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