Html Css Color HEX #4ECBCD Medium Turquoise

📋 copy color: '#4ECBCD'

red 78 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #4ECBCD

Tints of Medium Turquoise #4ECBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 16.05%
G = 41.77%
B = 42.18%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4ECBCD (or 0x4ECBCD) is known color: Medium Turquoise. HEX triplet: 4E, CB and CD. RGB value is (78,203,205). Sum of RGB (Red+Green+Blue) = 78+203+205=486 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.05% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #4ECBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBCD is #B13432. Grayscale: #A5A5A5. Windows color (decimal): -11613235 or 13486926. OLE color: 13486926.

HSL color Cylindrical-coordinate representation of color #4ECBCD: hue angle of 180.94º degrees, saturation: 0.56, 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 #4ECBCD is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 203 205 -
CMYK 0.62 0.01 0 0.20
HSL 180.94º 0.56% 0.55% -
HSV(B) 180.94º 0.62% 0.8% -
XYZ 35.52 48.74 65.29 -
YUV 165.85 150.09 65.34 -
System Red Green Blue C M Y K H S L
Decimal 78 203 205 0.62 0.01 0 0.20 180.94 0.56 0.55
Hex 4E CB CD 3E 1 0 14 B5 38 37
Octal 116 313 315 76 1 0 24 265 70 67
Binary 1001110 11001011 11001101 111110 1 0 10100 10110101 111000 110111

Color Harmonies of #4ECBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECBCD

Black with #4ECBCD

Text Example


Text Example

White with #4ECBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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