Html Css Color HEX #3ECFC5 Medium Turquoise

📋 copy color: '#3ECFC5'

red 62 ◦ green 207 ◦ blue 197

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

Shades of Medium Turquoise #3ECFC5

Tints of Medium Turquoise #3ECFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.27%

R = 13.3%
G = 44.42%
B = 42.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#3ECFC5 (or 0x3ECFC5) is known color: Medium Turquoise. HEX triplet: 3E, CF and C5. RGB value is (62,207,197). Sum of RGB (Red+Green+Blue) = 62+207+197=466 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.30% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECFC5 is #C1303A. Grayscale: #A2A2A2. Windows color (decimal): -12660795 or 12963646. OLE color: 12963646.

HSL color Cylindrical-coordinate representation of color #3ECFC5: hue angle of 175.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECFC5 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 207 197 -
CMYK 0.70 0 0.05 0.19
HSL 175.86º 0.6% 0.53% -
HSV(B) 175.86º 0.7% 0.81% -
XYZ 34.38 49.68 60.6 -
YUV 162.51 147.46 56.31 -
System Red Green Blue C M Y K H S L
Decimal 62 207 197 0.70 0 0.05 0.19 175.86 0.6 0.53
Hex 3E CF C5 46 0 5 13 B0 3C 35
Octal 76 317 305 106 0 5 23 260 74 65
Binary 111110 11001111 11000101 1000110 0 101 10011 10110000 111100 110101

Color Harmonies of #3ECFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECFC5

Black with #3ECFC5

Text Example


Text Example

White with #3ECFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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