Html Css Color HEX #4DECBC Turquoise

📋 copy color: '#4DECBC'

red 77 ◦ green 236 ◦ blue 188

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

Shades of Turquoise #4DECBC

Tints of Turquoise #4DECBC

RGB

 RED value IS 77 (30.47% from 255) = 15.37%

 GREEN value IS 236 (92.58% from 255) = 47.11%

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

R = 15.37%
G = 47.11%
B = 37.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#4DECBC (or 0x4DECBC) is known color: Turquoise. HEX triplet: 4D, EC and BC. RGB value is (77,236,188). Sum of RGB (Red+Green+Blue) = 77+236+188=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECBC is #B21343. Grayscale: #B7B7B7. Windows color (decimal): -11670340 or 12381261. OLE color: 12381261.

HSL color Cylindrical-coordinate representation of color #4DECBC: hue angle of 161.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DECBC is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 236 188 -
CMYK 0.67 0 0.20 0.07
HSL 161.89º 0.81% 0.61% -
HSV(B) 161.89º 0.67% 0.93% -
XYZ 42.13 65.2 57.94 -
YUV 182.99 130.82 52.4 -
System Red Green Blue C M Y K H S L
Decimal 77 236 188 0.67 0 0.20 0.07 161.89 0.81 0.61
Hex 4D EC BC 43 0 14 7 A2 51 3D
Octal 115 354 274 103 0 24 7 242 121 75
Binary 1001101 11101100 10111100 1000011 0 10100 111 10100010 1010001 111101

Color Harmonies of #4DECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DECBC

Black with #4DECBC

Text Example


Text Example

White with #4DECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,236,188); }

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

background-color css

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

 a { background-color: rgb(77,236,188); }

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

border-color css

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

 span { border-color: rgb(77,236,188); }

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