Html Css Color HEX #4ADBB6 Medium Turquoise

📋 copy color: '#4ADBB6'

red 74 ◦ green 219 ◦ blue 182

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

Shades of Medium Turquoise #4ADBB6

Tints of Medium Turquoise #4ADBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.32%

R = 15.58%
G = 46.11%
B = 38.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#4ADBB6 (or 0x4ADBB6) is known color: Medium Turquoise. HEX triplet: 4A, DB and B6. RGB value is (74,219,182). Sum of RGB (Red+Green+Blue) = 74+219+182=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBB6 is #B52449. Grayscale: #ABABAB. Windows color (decimal): -11871306 or 11983690. OLE color: 11983690.

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

Color convert

RGB 74 219 182 -
CMYK 0.66 0 0.17 0.14
HSL 164.69º 0.67% 0.57% -
HSV(B) 164.69º 0.66% 0.86% -
XYZ 36.6 55.5 53.04 -
YUV 171.43 133.96 58.51 -
System Red Green Blue C M Y K H S L
Decimal 74 219 182 0.66 0 0.17 0.14 164.69 0.67 0.57
Hex 4A DB B6 42 0 11 E A5 43 39
Octal 112 333 266 102 0 21 16 245 103 71
Binary 1001010 11011011 10110110 1000010 0 10001 1110 10100101 1000011 111001

Color Harmonies of #4ADBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADBB6

Black with #4ADBB6

Text Example


Text Example

White with #4ADBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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