Html Css Color HEX #3ECBC8 Medium Turquoise

📋 copy color: '#3ECBC8'

red 62 ◦ green 203 ◦ blue 200

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

Shades of Medium Turquoise #3ECBC8

Tints of Medium Turquoise #3ECBC8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.66%

 BLUE value IS 200 (78.52% from 255) = 43.01%

R = 13.33%
G = 43.66%
B = 43.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#3ECBC8 (or 0x3ECBC8) is known color: Medium Turquoise. HEX triplet: 3E, CB and C8. RGB value is (62,203,200). Sum of RGB (Red+Green+Blue) = 62+203+200=465 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.33% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBC8 is #C13437. Grayscale: #A0A0A0. Windows color (decimal): -12661816 or 13159230. OLE color: 13159230.

HSL color Cylindrical-coordinate representation of color #3ECBC8: hue angle of 178.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECBC8 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 203 200 -
CMYK 0.69 0 0.01 0.20
HSL 178.72º 0.58% 0.52% -
HSV(B) 178.72º 0.69% 0.8% -
XYZ 33.77 47.91 62.11 -
YUV 160.5 150.29 57.74 -
System Red Green Blue C M Y K H S L
Decimal 62 203 200 0.69 0 0.01 0.20 178.72 0.58 0.52
Hex 3E CB C8 45 0 1 14 B3 3A 34
Octal 76 313 310 105 0 1 24 263 72 64
Binary 111110 11001011 11001000 1000101 0 1 10100 10110011 111010 110100

Color Harmonies of #3ECBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECBC8

Black with #3ECBC8

Text Example


Text Example

White with #3ECBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,203,200); }

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

background-color css

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

 a { background-color: rgb(62,203,200); }

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

border-color css

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

 span { border-color: rgb(62,203,200); }

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