Html Css Color HEX #4DECEC Turquoise

📋 copy color: '#4DECEC'

red 77 ◦ green 236 ◦ blue 236

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

Shades of Turquoise #4DECEC

Tints of Turquoise #4DECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 14.03%
G = 42.99%
B = 42.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4DECEC (or 0x4DECEC) is known color: Turquoise. HEX triplet: 4D, EC and EC. RGB value is (77,236,236). Sum of RGB (Red+Green+Blue) = 77+236+236=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #4DECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DECEC is #B21313. Grayscale: #BCBCBC. Windows color (decimal): -11670292 or 15526989. OLE color: 15526989.

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

Color convert

RGB 77 236 236 -
CMYK 0.67 0 0 0.07
HSL 180º 0.81% 0.61% -
HSV(B) 180º 0.67% 0.93% -
XYZ 48.2 67.62 89.87 -
YUV 188.46 154.82 48.5 -
System Red Green Blue C M Y K H S L
Decimal 77 236 236 0.67 0 0 0.07 180 0.81 0.61
Hex 4D EC EC 43 0 0 7 B4 51 3D
Octal 115 354 354 103 0 0 7 264 121 75
Binary 1001101 11101100 11101100 1000011 0 0 111 10110100 1010001 111101

Color Harmonies of #4DECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DECEC

Black with #4DECEC

Text Example


Text Example

White with #4DECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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