Html Css Color HEX #4CD3BD Medium Turquoise

📋 copy color: '#4CD3BD'

red 76 ◦ green 211 ◦ blue 189

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

Shades of Medium Turquoise #4CD3BD

Tints of Medium Turquoise #4CD3BD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.33%

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

R = 15.97%
G = 44.33%
B = 39.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#4CD3BD (or 0x4CD3BD) is known color: Medium Turquoise. HEX triplet: 4C, D3 and BD. RGB value is (76,211,189). Sum of RGB (Red+Green+Blue) = 76+211+189=476 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.97% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #4CD3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD3BD is #B32C42. Grayscale: #A8A8A8. Windows color (decimal): -11742275 or 12440396. OLE color: 12440396.

HSL color Cylindrical-coordinate representation of color #4CD3BD: hue angle of 170.22º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD3BD is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 76 211 189 -
CMYK 0.64 0 0.10 0.17
HSL 170.22º 0.61% 0.56% -
HSV(B) 170.22º 0.64% 0.83% -
XYZ 35.46 51.8 56.27 -
YUV 168.13 139.77 62.29 -
System Red Green Blue C M Y K H S L
Decimal 76 211 189 0.64 0 0.10 0.17 170.22 0.61 0.56
Hex 4C D3 BD 40 0 A 11 AA 3D 38
Octal 114 323 275 100 0 12 21 252 75 70
Binary 1001100 11010011 10111101 1000000 0 1010 10001 10101010 111101 111000

Color Harmonies of #4CD3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD3BD

Black with #4CD3BD

Text Example


Text Example

White with #4CD3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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