Html Css Color HEX #4ACBBA Medium Turquoise

📋 copy color: '#4ACBBA'

red 74 ◦ green 203 ◦ blue 186

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

Shades of Medium Turquoise #4ACBBA

Tints of Medium Turquoise #4ACBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 15.98%
G = 43.84%
B = 40.17%

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

#4ACBBA (or 0x4ACBBA) is known color: Medium Turquoise. HEX triplet: 4A, CB and BA. RGB value is (74,203,186). Sum of RGB (Red+Green+Blue) = 74+203+186=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBBA is #B53445. Grayscale: #A2A2A2. Windows color (decimal): -11875398 or 12241738. OLE color: 12241738.

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

Color convert

RGB 74 203 186 -
CMYK 0.64 0 0.08 0.20
HSL 172.09º 0.55% 0.54% -
HSV(B) 172.09º 0.64% 0.8% -
XYZ 33.04 47.71 53.92 -
YUV 162.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 74 203 186 0.64 0 0.08 0.20 172.09 0.55 0.54
Hex 4A CB BA 40 0 8 14 AC 37 36
Octal 112 313 272 100 0 10 24 254 67 66
Binary 1001010 11001011 10111010 1000000 0 1000 10100 10101100 110111 110110

Color Harmonies of #4ACBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBBA

Black with #4ACBBA

Text Example


Text Example

White with #4ACBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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