Html Css Color HEX #4ADABA Medium Turquoise

📋 copy color: '#4ADABA'

red 74 ◦ green 218 ◦ blue 186

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

Shades of Medium Turquoise #4ADABA

Tints of Medium Turquoise #4ADABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

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

R = 15.48%
G = 45.61%
B = 38.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#4ADABA (or 0x4ADABA) is known color: Medium Turquoise. HEX triplet: 4A, DA and BA. RGB value is (74,218,186). Sum of RGB (Red+Green+Blue) = 74+218+186=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADABA is #B52545. Grayscale: #ABABAB. Windows color (decimal): -11871558 or 12245578. OLE color: 12245578.

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

Color convert

RGB 74 218 186 -
CMYK 0.66 0 0.15 0.15
HSL 166.67º 0.66% 0.57% -
HSV(B) 166.67º 0.66% 0.85% -
XYZ 36.76 55.14 55.16 -
YUV 171.3 136.29 58.6 -
System Red Green Blue C M Y K H S L
Decimal 74 218 186 0.66 0 0.15 0.15 166.67 0.66 0.57
Hex 4A DA BA 42 0 F F A7 42 39
Octal 112 332 272 102 0 17 17 247 102 71
Binary 1001010 11011010 10111010 1000010 0 1111 1111 10100111 1000010 111001

Color Harmonies of #4ADABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADABA

Black with #4ADABA

Text Example


Text Example

White with #4ADABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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