Html Css Color HEX #4DCADB Medium Turquoise

📋 copy color: '#4DCADB'

red 77 ◦ green 202 ◦ blue 219

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

Shades of Medium Turquoise #4DCADB

Tints of Medium Turquoise #4DCADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.56%

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

R = 15.46%
G = 40.56%
B = 43.98%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4DCADB (or 0x4DCADB) is known color: Medium Turquoise. HEX triplet: 4D, CA and DB. RGB value is (77,202,219). Sum of RGB (Red+Green+Blue) = 77+202+219=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DCADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCADB is #B23524. Grayscale: #A6A6A6. Windows color (decimal): -11679013 or 14404173. OLE color: 14404173.

HSL color Cylindrical-coordinate representation of color #4DCADB: hue angle of 187.18º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DCADB is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 202 219 -
CMYK 0.65 0.08 0 0.14
HSL 187.18º 0.66% 0.58% -
HSV(B) 187.18º 0.65% 0.86% -
XYZ 36.97 48.93 74.51 -
YUV 166.56 157.59 64.12 -
System Red Green Blue C M Y K H S L
Decimal 77 202 219 0.65 0.08 0 0.14 187.18 0.66 0.58
Hex 4D CA DB 41 8 0 E BB 42 3A
Octal 115 312 333 101 10 0 16 273 102 72
Binary 1001101 11001010 11011011 1000001 1000 0 1110 10111011 1000010 111010

Color Harmonies of #4DCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCADB

Black with #4DCADB

Text Example


Text Example

White with #4DCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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