Html Css Color HEX #3ED4DD Medium Turquoise

📋 copy color: '#3ED4DD'

red 62 ◦ green 212 ◦ blue 221

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

Shades of Medium Turquoise #3ED4DD

Tints of Medium Turquoise #3ED4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 12.53%
G = 42.83%
B = 44.65%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3ED4DD (or 0x3ED4DD) is known color: Medium Turquoise. HEX triplet: 3E, D4 and DD. RGB value is (62,212,221). Sum of RGB (Red+Green+Blue) = 62+212+221=495 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.53% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ED4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED4DD is #C12B22. Grayscale: #A7A7A7. Windows color (decimal): -12659491 or 14537790. OLE color: 14537790.

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

Color convert

RGB 62 212 221 -
CMYK 0.72 0.04 0 0.13
HSL 183.4º 0.7% 0.55% -
HSV(B) 183.4º 0.72% 0.87% -
XYZ 38.58 53.33 76.67 -
YUV 168.18 157.81 52.27 -
System Red Green Blue C M Y K H S L
Decimal 62 212 221 0.72 0.04 0 0.13 183.4 0.7 0.55
Hex 3E D4 DD 48 4 0 D B7 46 37
Octal 76 324 335 110 4 0 15 267 106 67
Binary 111110 11010100 11011101 1001000 100 0 1101 10110111 1000110 110111

Color Harmonies of #3ED4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED4DD

Black with #3ED4DD

Text Example


Text Example

White with #3ED4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,212,221); }

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

background-color css

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

 a { background-color: rgb(62,212,221); }

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

border-color css

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

 span { border-color: rgb(62,212,221); }

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