Html Css Color HEX #4DECDB Turquoise

📋 copy color: '#4DECDB'

red 77 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #4DECDB

Tints of Turquoise #4DECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 14.47%
G = 44.36%
B = 41.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#4DECDB (or 0x4DECDB) is known color: Turquoise. HEX triplet: 4D, EC and DB. RGB value is (77,236,219). Sum of RGB (Red+Green+Blue) = 77+236+219=532 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.47% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DECDB is #B21324. Grayscale: #BABABA. Windows color (decimal): -11670309 or 14412877. OLE color: 14412877.

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

Color convert

RGB 77 236 219 -
CMYK 0.67 0 0.07 0.07
HSL 173.58º 0.81% 0.61% -
HSV(B) 173.58º 0.67% 0.93% -
XYZ 45.84 66.68 77.47 -
YUV 186.52 146.32 49.88 -
System Red Green Blue C M Y K H S L
Decimal 77 236 219 0.67 0 0.07 0.07 173.58 0.81 0.61
Hex 4D EC DB 43 0 7 7 AE 51 3D
Octal 115 354 333 103 0 7 7 256 121 75
Binary 1001101 11101100 11011011 1000011 0 111 111 10101110 1010001 111101

Color Harmonies of #4DECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DECDB

Black with #4DECDB

Text Example


Text Example

White with #4DECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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