Html Css Color HEX #4ACDC1 Medium Turquoise

📋 copy color: '#4ACDC1'

red 74 ◦ green 205 ◦ blue 193

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

Shades of Medium Turquoise #4ACDC1

Tints of Medium Turquoise #4ACDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.43%

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 15.68%
G = 43.43%
B = 40.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#4ACDC1 (or 0x4ACDC1) is known color: Medium Turquoise. HEX triplet: 4A, CD and C1. RGB value is (74,205,193). Sum of RGB (Red+Green+Blue) = 74+205+193=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDC1 is #B5323E. Grayscale: #A4A4A4. Windows color (decimal): -11874879 or 12701002. OLE color: 12701002.

HSL color Cylindrical-coordinate representation of color #4ACDC1: hue angle of 174.5º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACDC1 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 205 193 -
CMYK 0.64 0 0.06 0.20
HSL 174.5º 0.57% 0.55% -
HSV(B) 174.5º 0.64% 0.8% -
XYZ 34.28 48.97 58.1 -
YUV 164.46 144.1 63.48 -
System Red Green Blue C M Y K H S L
Decimal 74 205 193 0.64 0 0.06 0.20 174.5 0.57 0.55
Hex 4A CD C1 40 0 6 14 AF 39 37
Octal 112 315 301 100 0 6 24 257 71 67
Binary 1001010 11001101 11000001 1000000 0 110 10100 10101111 111001 110111

Color Harmonies of #4ACDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACDC1

Black with #4ACDC1

Text Example


Text Example

White with #4ACDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,205,193); }

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

background-color css

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

 a { background-color: rgb(74,205,193); }

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

border-color css

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

 span { border-color: rgb(74,205,193); }

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