Html Css Color HEX #4AD5CB Medium Turquoise

📋 copy color: '#4AD5CB'

red 74 ◦ green 213 ◦ blue 203

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

Shades of Medium Turquoise #4AD5CB

Tints of Medium Turquoise #4AD5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

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

R = 15.1%
G = 43.47%
B = 41.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#4AD5CB (or 0x4AD5CB) is known color: Medium Turquoise. HEX triplet: 4A, D5 and CB. RGB value is (74,213,203). Sum of RGB (Red+Green+Blue) = 74+213+203=490 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.10% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD5CB is #B52A34. Grayscale: #AAAAAA. Windows color (decimal): -11872821 or 13358410. OLE color: 13358410.

HSL color Cylindrical-coordinate representation of color #4AD5CB: hue angle of 175.68º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD5CB is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 213 203 -
CMYK 0.65 0 0.05 0.16
HSL 175.68º 0.62% 0.56% -
HSV(B) 175.68º 0.65% 0.84% -
XYZ 37.4 53.36 64.83 -
YUV 170.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 74 213 203 0.65 0 0.05 0.16 175.68 0.62 0.56
Hex 4A D5 CB 41 0 5 10 B0 3E 38
Octal 112 325 313 101 0 5 20 260 76 70
Binary 1001010 11010101 11001011 1000001 0 101 10000 10110000 111110 111000

Color Harmonies of #4AD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD5CB

Black with #4AD5CB

Text Example


Text Example

White with #4AD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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