Html Css Color HEX #4ACCBE Medium Turquoise

📋 copy color: '#4ACCBE'

red 74 ◦ green 204 ◦ blue 190

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

Shades of Medium Turquoise #4ACCBE

Tints of Medium Turquoise #4ACCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.59%

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

R = 15.81%
G = 43.59%
B = 40.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#4ACCBE (or 0x4ACCBE) is known color: Medium Turquoise. HEX triplet: 4A, CC and BE. RGB value is (74,204,190). Sum of RGB (Red+Green+Blue) = 74+204+190=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCBE is #B53341. Grayscale: #A3A3A3. Windows color (decimal): -11875138 or 12504138. OLE color: 12504138.

HSL color Cylindrical-coordinate representation of color #4ACCBE: hue angle of 173.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACCBE is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 204 190 -
CMYK 0.64 0 0.07 0.2
HSL 173.54º 0.56% 0.55% -
HSV(B) 173.54º 0.64% 0.8% -
XYZ 33.71 48.36 56.27 -
YUV 163.53 142.93 64.14 -
System Red Green Blue C M Y K H S L
Decimal 74 204 190 0.64 0 0.07 0.2 173.54 0.56 0.55
Hex 4A CC BE 40 0 7 14 AE 38 37
Octal 112 314 276 100 0 7 24 256 70 67
Binary 1001010 11001100 10111110 1000000 0 111 10100 10101110 111000 110111

Color Harmonies of #4ACCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACCBE

Black with #4ACCBE

Text Example


Text Example

White with #4ACCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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