Html Css Color HEX #4ACEBA Medium Turquoise

📋 copy color: '#4ACEBA'

red 74 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #4ACEBA

Tints of Medium Turquoise #4ACEBA

RGB

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

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

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

R = 15.88%
G = 44.21%
B = 39.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#4ACEBA (or 0x4ACEBA) is known color: Medium Turquoise. HEX triplet: 4A, CE and BA. RGB value is (74,206,186). Sum of RGB (Red+Green+Blue) = 74+206+186=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEBA is #B53145. Grayscale: #A4A4A4. Windows color (decimal): -11874630 or 12242506. OLE color: 12242506.

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

Color convert

RGB 74 206 186 -
CMYK 0.64 0 0.10 0.19
HSL 170.91º 0.57% 0.55% -
HSV(B) 170.91º 0.64% 0.81% -
XYZ 33.76 49.14 54.16 -
YUV 164.25 140.27 63.63 -
System Red Green Blue C M Y K H S L
Decimal 74 206 186 0.64 0 0.10 0.19 170.91 0.57 0.55
Hex 4A CE BA 40 0 A 13 AB 39 37
Octal 112 316 272 100 0 12 23 253 71 67
Binary 1001010 11001110 10111010 1000000 0 1010 10011 10101011 111001 110111

Color Harmonies of #4ACEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEBA

Black with #4ACEBA

Text Example


Text Example

White with #4ACEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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