Html Css Color HEX #4CD3BE Medium Turquoise

📋 copy color: '#4CD3BE'

red 76 ◦ green 211 ◦ blue 190

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

Shades of Medium Turquoise #4CD3BE

Tints of Medium Turquoise #4CD3BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 15.93%
G = 44.23%
B = 39.83%

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

#4CD3BE (or 0x4CD3BE) is known color: Medium Turquoise. HEX triplet: 4C, D3 and BE. RGB value is (76,211,190). Sum of RGB (Red+Green+Blue) = 76+211+190=477 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.93% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #4CD3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD3BE is #B32C41. Grayscale: #A8A8A8. Windows color (decimal): -11742274 or 12505932. OLE color: 12505932.

HSL color Cylindrical-coordinate representation of color #4CD3BE: hue angle of 170.67º 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 #4CD3BE is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 76 211 190 -
CMYK 0.64 0 0.10 0.17
HSL 170.67º 0.61% 0.56% -
HSV(B) 170.67º 0.64% 0.83% -
XYZ 35.57 51.84 56.85 -
YUV 168.24 140.27 62.21 -
System Red Green Blue C M Y K H S L
Decimal 76 211 190 0.64 0 0.10 0.17 170.67 0.61 0.56
Hex 4C D3 BE 40 0 A 11 AB 3D 38
Octal 114 323 276 100 0 12 21 253 75 70
Binary 1001100 11010011 10111110 1000000 0 1010 10001 10101011 111101 111000

Color Harmonies of #4CD3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD3BE

Black with #4CD3BE

Text Example


Text Example

White with #4CD3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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