Html Css Color HEX #4CDBB8 Medium Turquoise

📋 copy color: '#4CDBB8'

red 76 ◦ green 219 ◦ blue 184

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

Shades of Medium Turquoise #4CDBB8

Tints of Medium Turquoise #4CDBB8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.72%

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 15.87%
G = 45.72%
B = 38.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#4CDBB8 (or 0x4CDBB8) is known color: Medium Turquoise. HEX triplet: 4C, DB and B8. RGB value is (76,219,184). Sum of RGB (Red+Green+Blue) = 76+219+184=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDBB8 is #B32447. Grayscale: #ACACAC. Windows color (decimal): -11740232 or 12114764. OLE color: 12114764.

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

Color convert

RGB 76 219 184 -
CMYK 0.65 0 0.16 0.14
HSL 165.31º 0.67% 0.58% -
HSV(B) 165.31º 0.65% 0.86% -
XYZ 36.96 55.66 54.14 -
YUV 172.25 134.62 59.35 -
System Red Green Blue C M Y K H S L
Decimal 76 219 184 0.65 0 0.16 0.14 165.31 0.67 0.58
Hex 4C DB B8 41 0 10 E A5 43 3A
Octal 114 333 270 101 0 20 16 245 103 72
Binary 1001100 11011011 10111000 1000001 0 10000 1110 10100101 1000011 111010

Color Harmonies of #4CDBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDBB8

Black with #4CDBB8

Text Example


Text Example

White with #4CDBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,219,184); }

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

background-color css

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

 a { background-color: rgb(76,219,184); }

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

border-color css

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

 span { border-color: rgb(76,219,184); }

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