Html Css Color HEX #4ACBB8 Medium Turquoise

📋 copy color: '#4ACBB8'

red 74 ◦ green 203 ◦ blue 184

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

Shades of Medium Turquoise #4ACBB8

Tints of Medium Turquoise #4ACBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 16.05%
G = 44.03%
B = 39.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#4ACBB8 (or 0x4ACBB8) is known color: Medium Turquoise. HEX triplet: 4A, CB and B8. RGB value is (74,203,184). Sum of RGB (Red+Green+Blue) = 74+203+184=461 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.05% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBB8 is #B53447. Grayscale: #A2A2A2. Windows color (decimal): -11875400 or 12110666. OLE color: 12110666.

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

Color convert

RGB 74 203 184 -
CMYK 0.64 0 0.09 0.20
HSL 171.16º 0.55% 0.54% -
HSV(B) 171.16º 0.64% 0.8% -
XYZ 32.83 47.63 52.81 -
YUV 162.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 74 203 184 0.64 0 0.09 0.20 171.16 0.55 0.54
Hex 4A CB B8 40 0 9 14 AB 37 36
Octal 112 313 270 100 0 11 24 253 67 66
Binary 1001010 11001011 10111000 1000000 0 1001 10100 10101011 110111 110110

Color Harmonies of #4ACBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBB8

Black with #4ACBB8

Text Example


Text Example

White with #4ACBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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