Html Css Color HEX #4ACBC7 Medium Turquoise

📋 copy color: '#4ACBC7'

red 74 ◦ green 203 ◦ blue 199

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

Shades of Medium Turquoise #4ACBC7

Tints of Medium Turquoise #4ACBC7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.65%

 BLUE value IS 199 (78.13% from 255) = 41.81%

R = 15.55%
G = 42.65%
B = 41.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#4ACBC7 (or 0x4ACBC7) is known color: Medium Turquoise. HEX triplet: 4A, CB and C7. RGB value is (74,203,199). Sum of RGB (Red+Green+Blue) = 74+203+199=476 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.55% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBC7 is #B53438. Grayscale: #A3A3A3. Windows color (decimal): -11875385 or 13093706. OLE color: 13093706.

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

Color convert

RGB 74 203 199 -
CMYK 0.64 0 0.02 0.20
HSL 178.14º 0.55% 0.54% -
HSV(B) 178.14º 0.64% 0.8% -
XYZ 34.49 48.29 61.54 -
YUV 163.97 147.76 63.83 -
System Red Green Blue C M Y K H S L
Decimal 74 203 199 0.64 0 0.02 0.20 178.14 0.55 0.54
Hex 4A CB C7 40 0 2 14 B2 37 36
Octal 112 313 307 100 0 2 24 262 67 66
Binary 1001010 11001011 11000111 1000000 0 10 10100 10110010 110111 110110

Color Harmonies of #4ACBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBC7

Black with #4ACBC7

Text Example


Text Example

White with #4ACBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,203,199); }

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

background-color css

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

 a { background-color: rgb(74,203,199); }

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

border-color css

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

 span { border-color: rgb(74,203,199); }

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