Html Css Color HEX #4ACBC6 Medium Turquoise

📋 copy color: '#4ACBC6'

red 74 ◦ green 203 ◦ blue 198

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

Shades of Medium Turquoise #4ACBC6

Tints of Medium Turquoise #4ACBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 15.58%
G = 42.74%
B = 41.68%

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

#4ACBC6 (or 0x4ACBC6) is known color: Medium Turquoise. HEX triplet: 4A, CB and C6. RGB value is (74,203,198). Sum of RGB (Red+Green+Blue) = 74+203+198=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACBC6 is #B53439. Grayscale: #A3A3A3. Windows color (decimal): -11875386 or 13028170. OLE color: 13028170.

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

Color convert

RGB 74 203 198 -
CMYK 0.64 0 0.02 0.20
HSL 177.67º 0.55% 0.54% -
HSV(B) 177.67º 0.64% 0.8% -
XYZ 34.37 48.24 60.93 -
YUV 163.86 147.26 63.91 -
System Red Green Blue C M Y K H S L
Decimal 74 203 198 0.64 0 0.02 0.20 177.67 0.55 0.54
Hex 4A CB C6 40 0 2 14 B2 37 36
Octal 112 313 306 100 0 2 24 262 67 66
Binary 1001010 11001011 11000110 1000000 0 10 10100 10110010 110111 110110

Color Harmonies of #4ACBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACBC6

Black with #4ACBC6

Text Example


Text Example

White with #4ACBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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