Html Css Color HEX #4ECBE0 Medium Turquoise

📋 copy color: '#4ECBE0'

red 78 ◦ green 203 ◦ blue 224

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

Shades of Medium Turquoise #4ECBE0

Tints of Medium Turquoise #4ECBE0

RGB

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

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

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

R = 15.45%
G = 40.2%
B = 44.36%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4ECBE0 (or 0x4ECBE0) is known color: Medium Turquoise. HEX triplet: 4E, CB and E0. RGB value is (78,203,224). Sum of RGB (Red+Green+Blue) = 78+203+224=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #4ECBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBE0 is #B1341F. Grayscale: #A7A7A7. Windows color (decimal): -11613216 or 14732110. OLE color: 14732110.

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

Color convert

RGB 78 203 224 -
CMYK 0.65 0.09 0 0.12
HSL 188.63º 0.7% 0.59% -
HSV(B) 188.63º 0.65% 0.88% -
XYZ 37.95 49.71 78.12 -
YUV 168.02 159.59 63.79 -
System Red Green Blue C M Y K H S L
Decimal 78 203 224 0.65 0.09 0 0.12 188.63 0.7 0.59
Hex 4E CB E0 41 9 0 C BD 46 3B
Octal 116 313 340 101 11 0 14 275 106 73
Binary 1001110 11001011 11100000 1000001 1001 0 1100 10111101 1000110 111011

Color Harmonies of #4ECBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECBE0

Black with #4ECBE0

Text Example


Text Example

White with #4ECBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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