Html Css Color HEX #4AD7B7 Medium Turquoise

📋 copy color: '#4AD7B7'

red 74 ◦ green 215 ◦ blue 183

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

Shades of Medium Turquoise #4AD7B7

Tints of Medium Turquoise #4AD7B7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.55%

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 15.68%
G = 45.55%
B = 38.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#4AD7B7 (or 0x4AD7B7) is known color: Medium Turquoise. HEX triplet: 4A, D7 and B7. RGB value is (74,215,183). Sum of RGB (Red+Green+Blue) = 74+215+183=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD7B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD7B7 is #B52848. Grayscale: #A9A9A9. Windows color (decimal): -11872329 or 12048202. OLE color: 12048202.

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

Color convert

RGB 74 215 183 -
CMYK 0.66 0 0.15 0.16
HSL 166.38º 0.64% 0.57% -
HSV(B) 166.38º 0.66% 0.84% -
XYZ 35.67 53.48 53.24 -
YUV 169.19 135.79 60.1 -
System Red Green Blue C M Y K H S L
Decimal 74 215 183 0.66 0 0.15 0.16 166.38 0.64 0.57
Hex 4A D7 B7 42 0 F 10 A6 40 39
Octal 112 327 267 102 0 17 20 246 100 71
Binary 1001010 11010111 10110111 1000010 0 1111 10000 10100110 1000000 111001

Color Harmonies of #4AD7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD7B7

Black with #4AD7B7

Text Example


Text Example

White with #4AD7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,215,183); }

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

background-color css

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

 a { background-color: rgb(74,215,183); }

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

border-color css

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

 span { border-color: rgb(74,215,183); }

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