Html Css Color HEX #4AD9CB Medium Turquoise

📋 copy color: '#4AD9CB'

red 74 ◦ green 217 ◦ blue 203

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

Shades of Medium Turquoise #4AD9CB

Tints of Medium Turquoise #4AD9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.93%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 14.98%
G = 43.93%
B = 41.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#4AD9CB (or 0x4AD9CB) is known color: Medium Turquoise. HEX triplet: 4A, D9 and CB. RGB value is (74,217,203). Sum of RGB (Red+Green+Blue) = 74+217+203=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD9CB is #B52634. Grayscale: #ACACAC. Windows color (decimal): -11871797 or 13359434. OLE color: 13359434.

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

Color convert

RGB 74 217 203 -
CMYK 0.66 0 0.06 0.15
HSL 174.13º 0.65% 0.57% -
HSV(B) 174.13º 0.66% 0.85% -
XYZ 38.42 55.39 65.17 -
YUV 172.65 145.12 57.64 -
System Red Green Blue C M Y K H S L
Decimal 74 217 203 0.66 0 0.06 0.15 174.13 0.65 0.57
Hex 4A D9 CB 42 0 6 F AE 41 39
Octal 112 331 313 102 0 6 17 256 101 71
Binary 1001010 11011001 11001011 1000010 0 110 1111 10101110 1000001 111001

Color Harmonies of #4AD9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD9CB

Black with #4AD9CB

Text Example


Text Example

White with #4AD9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,217,203); }

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

background-color css

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

 a { background-color: rgb(74,217,203); }

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

border-color css

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

 span { border-color: rgb(74,217,203); }

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