Html Css Color HEX #4CDCBC Medium Turquoise

📋 copy color: '#4CDCBC'

red 76 ◦ green 220 ◦ blue 188

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

Shades of Medium Turquoise #4CDCBC

Tints of Medium Turquoise #4CDCBC

RGB

 RED value IS 76 (30.08% from 255) = 15.7%

 GREEN value IS 220 (86.33% from 255) = 45.45%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 15.7%
G = 45.45%
B = 38.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#4CDCBC (or 0x4CDCBC) is known color: Medium Turquoise. HEX triplet: 4C, DC and BC. RGB value is (76,220,188). Sum of RGB (Red+Green+Blue) = 76+220+188=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCBC is #B32343. Grayscale: #ADADAD. Windows color (decimal): -11739972 or 12377164. OLE color: 12377164.

HSL color Cylindrical-coordinate representation of color #4CDCBC: hue angle of 166.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDCBC is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 220 188 -
CMYK 0.65 0 0.15 0.14
HSL 166.67º 0.67% 0.58% -
HSV(B) 166.67º 0.65% 0.86% -
XYZ 37.65 56.35 56.47 -
YUV 173.3 136.29 58.6 -
System Red Green Blue C M Y K H S L
Decimal 76 220 188 0.65 0 0.15 0.14 166.67 0.67 0.58
Hex 4C DC BC 41 0 F E A7 43 3A
Octal 114 334 274 101 0 17 16 247 103 72
Binary 1001100 11011100 10111100 1000001 0 1111 1110 10100111 1000011 111010

Color Harmonies of #4CDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDCBC

Black with #4CDCBC

Text Example


Text Example

White with #4CDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,220,188); }

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

background-color css

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

 a { background-color: rgb(76,220,188); }

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

border-color css

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

 span { border-color: rgb(76,220,188); }

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