Html Css Color HEX #4ACCC8 Medium Turquoise

📋 copy color: '#4ACCC8'

red 74 ◦ green 204 ◦ blue 200

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

Shades of Medium Turquoise #4ACCC8

Tints of Medium Turquoise #4ACCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 15.48%
G = 42.68%
B = 41.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#4ACCC8 (or 0x4ACCC8) is known color: Medium Turquoise. HEX triplet: 4A, CC and C8. RGB value is (74,204,200). Sum of RGB (Red+Green+Blue) = 74+204+200=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCC8 is #B53337. Grayscale: #A4A4A4. Windows color (decimal): -11875128 or 13159498. OLE color: 13159498.

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

Color convert

RGB 74 204 200 -
CMYK 0.64 0 0.02 0.2
HSL 178.15º 0.56% 0.55% -
HSV(B) 178.15º 0.64% 0.8% -
XYZ 34.84 48.81 62.23 -
YUV 164.67 147.93 63.33 -
System Red Green Blue C M Y K H S L
Decimal 74 204 200 0.64 0 0.02 0.2 178.15 0.56 0.55
Hex 4A CC C8 40 0 2 14 B2 38 37
Octal 112 314 310 100 0 2 24 262 70 67
Binary 1001010 11001100 11001000 1000000 0 10 10100 10110010 111000 110111

Color Harmonies of #4ACCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACCC8

Black with #4ACCC8

Text Example


Text Example

White with #4ACCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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