Html Css Color HEX #3ED0CC Medium Turquoise

📋 copy color: '#3ED0CC'

red 62 ◦ green 208 ◦ blue 204

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

Shades of Medium Turquoise #3ED0CC

Tints of Medium Turquoise #3ED0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 13.08%
G = 43.88%
B = 43.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#3ED0CC (or 0x3ED0CC) is known color: Medium Turquoise. HEX triplet: 3E, D0 and CC. RGB value is (62,208,204). Sum of RGB (Red+Green+Blue) = 62+208+204=474 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.08% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED0CC is #C12F33. Grayscale: #A3A3A3. Windows color (decimal): -12660532 or 13422654. OLE color: 13422654.

HSL color Cylindrical-coordinate representation of color #3ED0CC: hue angle of 178.36º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED0CC is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 62 208 204 -
CMYK 0.70 0 0.02 0.18
HSL 178.36º 0.61% 0.53% -
HSV(B) 178.36º 0.7% 0.82% -
XYZ 35.44 50.5 65.01 -
YUV 163.89 150.63 55.33 -
System Red Green Blue C M Y K H S L
Decimal 62 208 204 0.70 0 0.02 0.18 178.36 0.61 0.53
Hex 3E D0 CC 46 0 2 12 B2 3D 35
Octal 76 320 314 106 0 2 22 262 75 65
Binary 111110 11010000 11001100 1000110 0 10 10010 10110010 111101 110101

Color Harmonies of #3ED0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED0CC

Black with #3ED0CC

Text Example


Text Example

White with #3ED0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,208,204); }

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

background-color css

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

 a { background-color: rgb(62,208,204); }

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

border-color css

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

 span { border-color: rgb(62,208,204); }

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