Html Css Color HEX #4EC3CF Medium Turquoise

📋 copy color: '#4EC3CF'

red 78 ◦ green 195 ◦ blue 207

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

Shades of Medium Turquoise #4EC3CF

Tints of Medium Turquoise #4EC3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.63%

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 16.25%
G = 40.63%
B = 43.13%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4EC3CF (or 0x4EC3CF) is known color: Medium Turquoise. HEX triplet: 4E, C3 and CF. RGB value is (78,195,207). Sum of RGB (Red+Green+Blue) = 78+195+207=480 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.25% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #4EC3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3CF is #B13C30. Grayscale: #A1A1A1. Windows color (decimal): -11615281 or 13615950. OLE color: 13615950.

HSL color Cylindrical-coordinate representation of color #4EC3CF: hue angle of 185.58º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC3CF is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 195 207 -
CMYK 0.62 0.06 0 0.19
HSL 185.58º 0.57% 0.56% -
HSV(B) 185.58º 0.62% 0.81% -
XYZ 33.92 45.15 65.96 -
YUV 161.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 78 195 207 0.62 0.06 0 0.19 185.58 0.57 0.56
Hex 4E C3 CF 3E 6 0 13 BA 39 38
Octal 116 303 317 76 6 0 23 272 71 70
Binary 1001110 11000011 11001111 111110 110 0 10011 10111010 111001 111000

Color Harmonies of #4EC3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC3CF

Black with #4EC3CF

Text Example


Text Example

White with #4EC3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,195,207); }

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

background-color css

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

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

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

border-color css

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

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

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