Html Css Color HEX #3ECFD6 Medium Turquoise

📋 copy color: '#3ECFD6'

red 62 ◦ green 207 ◦ blue 214

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

Shades of Medium Turquoise #3ECFD6

Tints of Medium Turquoise #3ECFD6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.86%

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 12.84%
G = 42.86%
B = 44.31%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3ECFD6 (or 0x3ECFD6) is known color: Medium Turquoise. HEX triplet: 3E, CF and D6. RGB value is (62,207,214). Sum of RGB (Red+Green+Blue) = 62+207+214=483 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.84% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #3ECFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFD6 is #C13029. Grayscale: #A4A4A4. Windows color (decimal): -12660778 or 14077758. OLE color: 14077758.

HSL color Cylindrical-coordinate representation of color #3ECFD6: hue angle of 182.76º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ECFD6 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 62 207 214 -
CMYK 0.71 0.03 0 0.16
HSL 182.76º 0.65% 0.54% -
HSV(B) 182.76º 0.71% 0.84% -
XYZ 36.44 50.5 71.45 -
YUV 164.44 155.96 54.93 -
System Red Green Blue C M Y K H S L
Decimal 62 207 214 0.71 0.03 0 0.16 182.76 0.65 0.54
Hex 3E CF D6 47 3 0 10 B7 41 36
Octal 76 317 326 107 3 0 20 267 101 66
Binary 111110 11001111 11010110 1000111 11 0 10000 10110111 1000001 110110

Color Harmonies of #3ECFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECFD6

Black with #3ECFD6

Text Example


Text Example

White with #3ECFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,207,214); }

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

background-color css

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

 a { background-color: rgb(62,207,214); }

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

border-color css

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

 span { border-color: rgb(62,207,214); }

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