Html Css Color HEX #4ACEBF Medium Turquoise

📋 copy color: '#4ACEBF'

red 74 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #4ACEBF

Tints of Medium Turquoise #4ACEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

 BLUE value IS 191 (75% from 255) = 40.55%

R = 15.71%
G = 43.74%
B = 40.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#4ACEBF (or 0x4ACEBF) is known color: Medium Turquoise. HEX triplet: 4A, CE and BF. RGB value is (74,206,191). Sum of RGB (Red+Green+Blue) = 74+206+191=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEBF is #B53140. Grayscale: #A4A4A4. Windows color (decimal): -11874625 or 12570186. OLE color: 12570186.

HSL color Cylindrical-coordinate representation of color #4ACEBF: hue angle of 173.18º degrees, saturation: 0.57, 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 #4ACEBF is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 206 191 -
CMYK 0.64 0 0.07 0.19
HSL 173.18º 0.57% 0.55% -
HSV(B) 173.18º 0.64% 0.81% -
XYZ 34.3 49.36 57.01 -
YUV 164.82 142.77 63.22 -
System Red Green Blue C M Y K H S L
Decimal 74 206 191 0.64 0 0.07 0.19 173.18 0.57 0.55
Hex 4A CE BF 40 0 7 13 AD 39 37
Octal 112 316 277 100 0 7 23 255 71 67
Binary 1001010 11001110 10111111 1000000 0 111 10011 10101101 111001 110111

Color Harmonies of #4ACEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEBF

Black with #4ACEBF

Text Example


Text Example

White with #4ACEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,206,191); }

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

background-color css

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

 a { background-color: rgb(74,206,191); }

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

border-color css

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

 span { border-color: rgb(74,206,191); }

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