Html Css Color HEX #4ACABC Medium Turquoise

📋 copy color: '#4ACABC'

red 74 ◦ green 202 ◦ blue 188

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

Shades of Medium Turquoise #4ACABC

Tints of Medium Turquoise #4ACABC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.53%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 15.95%
G = 43.53%
B = 40.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#4ACABC (or 0x4ACABC) is known color: Medium Turquoise. HEX triplet: 4A, CA and BC. RGB value is (74,202,188). Sum of RGB (Red+Green+Blue) = 74+202+188=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACABC is #B53543. Grayscale: #A2A2A2. Windows color (decimal): -11875652 or 12372554. OLE color: 12372554.

HSL color Cylindrical-coordinate representation of color #4ACABC: hue angle of 173.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACABC is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 202 188 -
CMYK 0.63 0 0.07 0.21
HSL 173.44º 0.55% 0.54% -
HSV(B) 173.44º 0.63% 0.79% -
XYZ 33.02 47.33 54.97 -
YUV 162.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 74 202 188 0.63 0 0.07 0.21 173.44 0.55 0.54
Hex 4A CA BC 3F 0 7 15 AD 37 36
Octal 112 312 274 77 0 7 25 255 67 66
Binary 1001010 11001010 10111100 111111 0 111 10101 10101101 110111 110110

Color Harmonies of #4ACABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACABC

Black with #4ACABC

Text Example


Text Example

White with #4ACABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,202,188); }

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

background-color css

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

 a { background-color: rgb(74,202,188); }

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

border-color css

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

 span { border-color: rgb(74,202,188); }

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