Html Css Color HEX #4ACFB3 Medium Turquoise

📋 copy color: '#4ACFB3'

red 74 ◦ green 207 ◦ blue 179

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

Shades of Medium Turquoise #4ACFB3

Tints of Medium Turquoise #4ACFB3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

 BLUE value IS 179 (70.31% from 255) = 38.91%

R = 16.09%
G = 45%
B = 38.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#4ACFB3 (or 0x4ACFB3) is known color: Medium Turquoise. HEX triplet: 4A, CF and B3. RGB value is (74,207,179). Sum of RGB (Red+Green+Blue) = 74+207+179=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACFB3 is #B5304C. Grayscale: #A4A4A4. Windows color (decimal): -11874381 or 11784010. OLE color: 11784010.

HSL color Cylindrical-coordinate representation of color #4ACFB3: hue angle of 167.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACFB3 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 207 179 -
CMYK 0.64 0 0.14 0.19
HSL 167.37º 0.58% 0.55% -
HSV(B) 167.37º 0.64% 0.81% -
XYZ 33.27 49.34 50.42 -
YUV 164.04 136.44 63.78 -
System Red Green Blue C M Y K H S L
Decimal 74 207 179 0.64 0 0.14 0.19 167.37 0.58 0.55
Hex 4A CF B3 40 0 E 13 A7 3A 37
Octal 112 317 263 100 0 16 23 247 72 67
Binary 1001010 11001111 10110011 1000000 0 1110 10011 10100111 111010 110111

Color Harmonies of #4ACFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACFB3

Black with #4ACFB3

Text Example


Text Example

White with #4ACFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,207,179); }

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

background-color css

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

 a { background-color: rgb(74,207,179); }

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

border-color css

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

 span { border-color: rgb(74,207,179); }

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