Html Css Color HEX #4ACEBE Medium Turquoise

📋 copy color: '#4ACEBE'

red 74 ◦ green 206 ◦ blue 190

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

Shades of Medium Turquoise #4ACEBE

Tints of Medium Turquoise #4ACEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 15.74%
G = 43.83%
B = 40.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#4ACEBE (or 0x4ACEBE) is known color: Medium Turquoise. HEX triplet: 4A, CE and BE. RGB value is (74,206,190). Sum of RGB (Red+Green+Blue) = 74+206+190=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEBE is #B53141. Grayscale: #A4A4A4. Windows color (decimal): -11874626 or 12504650. OLE color: 12504650.

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

Color convert

RGB 74 206 190 -
CMYK 0.64 0 0.08 0.19
HSL 172.73º 0.57% 0.55% -
HSV(B) 172.73º 0.64% 0.81% -
XYZ 34.19 49.32 56.43 -
YUV 164.71 142.27 63.3 -
System Red Green Blue C M Y K H S L
Decimal 74 206 190 0.64 0 0.08 0.19 172.73 0.57 0.55
Hex 4A CE BE 40 0 8 13 AD 39 37
Octal 112 316 276 100 0 10 23 255 71 67
Binary 1001010 11001110 10111110 1000000 0 1000 10011 10101101 111001 110111

Color Harmonies of #4ACEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEBE

Black with #4ACEBE

Text Example


Text Example

White with #4ACEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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