Html Css Color HEX #3ECBE0 Medium Turquoise

📋 copy color: '#3ECBE0'

red 62 ◦ green 203 ◦ blue 224

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

Shades of Medium Turquoise #3ECBE0

Tints of Medium Turquoise #3ECBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 12.68%
G = 41.51%
B = 45.81%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3ECBE0 (or 0x3ECBE0) is known color: Medium Turquoise. HEX triplet: 3E, CB and E0. RGB value is (62,203,224). Sum of RGB (Red+Green+Blue) = 62+203+224=489 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.68% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #3ECBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBE0 is #C1341F. Grayscale: #A3A3A3. Windows color (decimal): -12661792 or 14732094. OLE color: 14732094.

HSL color Cylindrical-coordinate representation of color #3ECBE0: hue angle of 187.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECBE0 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 62 203 224 -
CMYK 0.72 0.09 0 0.12
HSL 187.78º 0.72% 0.56% -
HSV(B) 187.78º 0.72% 0.88% -
XYZ 36.8 49.12 78.06 -
YUV 163.24 162.29 55.79 -
System Red Green Blue C M Y K H S L
Decimal 62 203 224 0.72 0.09 0 0.12 187.78 0.72 0.56
Hex 3E CB E0 48 9 0 C BC 48 38
Octal 76 313 340 110 11 0 14 274 110 70
Binary 111110 11001011 11100000 1001000 1001 0 1100 10111100 1001000 111000

Color Harmonies of #3ECBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ECBE0

Black with #3ECBE0

Text Example


Text Example

White with #3ECBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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