Html Css Color HEX #4ACDBD Medium Turquoise

📋 copy color: '#4ACDBD'

red 74 ◦ green 205 ◦ blue 189

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

Shades of Medium Turquoise #4ACDBD

Tints of Medium Turquoise #4ACDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 15.81%
G = 43.8%
B = 40.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#4ACDBD (or 0x4ACDBD) is known color: Medium Turquoise. HEX triplet: 4A, CD and BD. RGB value is (74,205,189). Sum of RGB (Red+Green+Blue) = 74+205+189=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDBD is #B53242. Grayscale: #A3A3A3. Windows color (decimal): -11874883 or 12438858. OLE color: 12438858.

HSL color Cylindrical-coordinate representation of color #4ACDBD: hue angle of 172.67º 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 #4ACDBD is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 205 189 -
CMYK 0.64 0 0.08 0.20
HSL 172.67º 0.57% 0.55% -
HSV(B) 172.67º 0.64% 0.8% -
XYZ 33.84 48.79 55.78 -
YUV 164.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 74 205 189 0.64 0 0.08 0.20 172.67 0.57 0.55
Hex 4A CD BD 40 0 8 14 AD 39 37
Octal 112 315 275 100 0 10 24 255 71 67
Binary 1001010 11001101 10111101 1000000 0 1000 10100 10101101 111001 110111

Color Harmonies of #4ACDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACDBD

Black with #4ACDBD

Text Example


Text Example

White with #4ACDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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