Html Css Color HEX #4ECBCB Medium Turquoise

📋 copy color: '#4ECBCB'

red 78 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #4ECBCB

Tints of Medium Turquoise #4ECBCB

RGB

 RED value IS 78 (30.86% from 255) = 16.12%

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

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 16.12%
G = 41.94%
B = 41.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4ECBCB (or 0x4ECBCB) is known color: Medium Turquoise. HEX triplet: 4E, CB and CB. RGB value is (78,203,203). Sum of RGB (Red+Green+Blue) = 78+203+203=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #4ECBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBCB is #B13434. Grayscale: #A5A5A5. Windows color (decimal): -11613237 or 13355854. OLE color: 13355854.

HSL color Cylindrical-coordinate representation of color #4ECBCB: hue angle of 180º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECBCB is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 203 203 -
CMYK 0.62 0 0 0.20
HSL 180º 0.55% 0.55% -
HSV(B) 180º 0.62% 0.8% -
XYZ 35.28 48.64 64.03 -
YUV 165.63 149.09 65.5 -
System Red Green Blue C M Y K H S L
Decimal 78 203 203 0.62 0 0 0.20 180 0.55 0.55
Hex 4E CB CB 3E 0 0 14 B4 37 37
Octal 116 313 313 76 0 0 24 264 67 67
Binary 1001110 11001011 11001011 111110 0 0 10100 10110100 110111 110111

Color Harmonies of #4ECBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECBCB

Black with #4ECBCB

Text Example


Text Example

White with #4ECBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ECBCB; }

 p { color: rgb(78,203,203); }

 H1.HeaderClassName
 {
   color: #4ECBCB;
 }
 .AnyTagClassName
 {
   color: #4ECBCB;
 }
</style>

background-color css

<style>
 a { background-color: #4ECBCB; }

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

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

border-color css

<style>
 span { border-color: #4ECBCB; }

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

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