Html Css Color HEX #4AC4DB Medium Turquoise

📋 copy color: '#4AC4DB'

red 74 ◦ green 196 ◦ blue 219

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

Shades of Medium Turquoise #4AC4DB

Tints of Medium Turquoise #4AC4DB

RGB

 RED value IS 74 (29.3% from 255) = 15.13%

 GREEN value IS 196 (76.95% from 255) = 40.08%

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

R = 15.13%
G = 40.08%
B = 44.79%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4AC4DB (or 0x4AC4DB) is known color: Medium Turquoise. HEX triplet: 4A, C4 and DB. RGB value is (74,196,219). Sum of RGB (Red+Green+Blue) = 74+196+219=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #4AC4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC4DB is #B53B24. Grayscale: #A1A1A1. Windows color (decimal): -11877157 or 14402634. OLE color: 14402634.

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

Color convert

RGB 74 196 219 -
CMYK 0.66 0.11 0 0.14
HSL 189.52º 0.67% 0.57% -
HSV(B) 189.52º 0.66% 0.86% -
XYZ 35.35 46.05 74.04 -
YUV 162.14 160.08 65.13 -
System Red Green Blue C M Y K H S L
Decimal 74 196 219 0.66 0.11 0 0.14 189.52 0.67 0.57
Hex 4A C4 DB 42 B 0 E BE 43 39
Octal 112 304 333 102 13 0 16 276 103 71
Binary 1001010 11000100 11011011 1000010 1011 0 1110 10111110 1000011 111001

Color Harmonies of #4AC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC4DB

Black with #4AC4DB

Text Example


Text Example

White with #4AC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,196,219); }

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

background-color css

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

 a { background-color: rgb(74,196,219); }

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

border-color css

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

 span { border-color: rgb(74,196,219); }

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