Html Css Color HEX #4ACBC4 Medium Turquoise

📋 copy color: '#4ACBC4'

red 74 ◦ green 203 ◦ blue 196

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

Shades of Medium Turquoise #4ACBC4

Tints of Medium Turquoise #4ACBC4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.92%

 BLUE value IS 196 (76.95% from 255) = 41.44%

R = 15.64%
G = 42.92%
B = 41.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#4ACBC4 (or 0x4ACBC4) is known color: Medium Turquoise. HEX triplet: 4A, CB and C4. RGB value is (74,203,196). Sum of RGB (Red+Green+Blue) = 74+203+196=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBC4 is #B5343B. Grayscale: #A3A3A3. Windows color (decimal): -11875388 or 12897098. OLE color: 12897098.

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

Color convert

RGB 74 203 196 -
CMYK 0.64 0 0.03 0.20
HSL 176.74º 0.55% 0.54% -
HSV(B) 176.74º 0.64% 0.8% -
XYZ 34.14 48.15 59.72 -
YUV 163.63 146.26 64.07 -
System Red Green Blue C M Y K H S L
Decimal 74 203 196 0.64 0 0.03 0.20 176.74 0.55 0.54
Hex 4A CB C4 40 0 3 14 B1 37 36
Octal 112 313 304 100 0 3 24 261 67 66
Binary 1001010 11001011 11000100 1000000 0 11 10100 10110001 110111 110110

Color Harmonies of #4ACBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBC4

Black with #4ACBC4

Text Example


Text Example

White with #4ACBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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