Html Css Color HEX #4CDCBD Medium Turquoise

📋 copy color: '#4CDCBD'

red 76 ◦ green 220 ◦ blue 189

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

Shades of Medium Turquoise #4CDCBD

Tints of Medium Turquoise #4CDCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 15.67%
G = 45.36%
B = 38.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#4CDCBD (or 0x4CDCBD) is known color: Medium Turquoise. HEX triplet: 4C, DC and BD. RGB value is (76,220,189). Sum of RGB (Red+Green+Blue) = 76+220+189=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCBD is #B32342. Grayscale: #ADADAD. Windows color (decimal): -11739971 or 12442700. OLE color: 12442700.

HSL color Cylindrical-coordinate representation of color #4CDCBD: hue angle of 167.08º 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 #4CDCBD is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 220 189 -
CMYK 0.65 0 0.14 0.14
HSL 167.08º 0.67% 0.58% -
HSV(B) 167.08º 0.65% 0.86% -
XYZ 37.76 56.4 57.04 -
YUV 173.41 136.79 58.52 -
System Red Green Blue C M Y K H S L
Decimal 76 220 189 0.65 0 0.14 0.14 167.08 0.67 0.58
Hex 4C DC BD 41 0 E E A7 43 3A
Octal 114 334 275 101 0 16 16 247 103 72
Binary 1001100 11011100 10111101 1000001 0 1110 1110 10100111 1000011 111010

Color Harmonies of #4CDCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDCBD

Black with #4CDCBD

Text Example


Text Example

White with #4CDCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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