Html Css Color HEX #4AD5CE Medium Turquoise

📋 copy color: '#4AD5CE'

red 74 ◦ green 213 ◦ blue 206

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

Shades of Medium Turquoise #4AD5CE

Tints of Medium Turquoise #4AD5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 15.01%
G = 43.2%
B = 41.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#4AD5CE (or 0x4AD5CE) is known color: Medium Turquoise. HEX triplet: 4A, D5 and CE. RGB value is (74,213,206). Sum of RGB (Red+Green+Blue) = 74+213+206=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AD5CE is #B52A31. Grayscale: #AAAAAA. Windows color (decimal): -11872818 or 13555018. OLE color: 13555018.

HSL color Cylindrical-coordinate representation of color #4AD5CE: hue angle of 176.98º 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 #4AD5CE is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 213 206 -
CMYK 0.65 0 0.03 0.16
HSL 176.98º 0.62% 0.56% -
HSV(B) 176.98º 0.65% 0.84% -
XYZ 37.76 53.5 66.73 -
YUV 170.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 74 213 206 0.65 0 0.03 0.16 176.98 0.62 0.56
Hex 4A D5 CE 41 0 3 10 B1 3E 38
Octal 112 325 316 101 0 3 20 261 76 70
Binary 1001010 11010101 11001110 1000001 0 11 10000 10110001 111110 111000

Color Harmonies of #4AD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD5CE

Black with #4AD5CE

Text Example


Text Example

White with #4AD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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