Html Css Color HEX #4ADBBA Medium Turquoise

📋 copy color: '#4ADBBA'

red 74 ◦ green 219 ◦ blue 186

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

Shades of Medium Turquoise #4ADBBA

Tints of Medium Turquoise #4ADBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.72%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 15.45%
G = 45.72%
B = 38.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#4ADBBA (or 0x4ADBBA) is known color: Medium Turquoise. HEX triplet: 4A, DB and BA. RGB value is (74,219,186). Sum of RGB (Red+Green+Blue) = 74+219+186=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBBA is #B52445. Grayscale: #ABABAB. Windows color (decimal): -11871302 or 12245834. OLE color: 12245834.

HSL color Cylindrical-coordinate representation of color #4ADBBA: hue angle of 166.34º 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 #4ADBBA is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 219 186 -
CMYK 0.66 0 0.15 0.14
HSL 166.34º 0.67% 0.57% -
HSV(B) 166.34º 0.66% 0.86% -
XYZ 37.02 55.66 55.25 -
YUV 171.88 135.96 58.18 -
System Red Green Blue C M Y K H S L
Decimal 74 219 186 0.66 0 0.15 0.14 166.34 0.67 0.57
Hex 4A DB BA 42 0 F E A6 43 39
Octal 112 333 272 102 0 17 16 246 103 71
Binary 1001010 11011011 10111010 1000010 0 1111 1110 10100110 1000011 111001

Color Harmonies of #4ADBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBBA

Black with #4ADBBA

Text Example


Text Example

White with #4ADBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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