Html Css Color HEX #4ACCBD Medium Turquoise

📋 copy color: '#4ACCBD'

red 74 ◦ green 204 ◦ blue 189

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

Shades of Medium Turquoise #4ACCBD

Tints of Medium Turquoise #4ACCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 15.85%
G = 43.68%
B = 40.47%

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

#4ACCBD (or 0x4ACCBD) is known color: Medium Turquoise. HEX triplet: 4A, CC and BD. RGB value is (74,204,189). Sum of RGB (Red+Green+Blue) = 74+204+189=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCBD is #B53342. Grayscale: #A3A3A3. Windows color (decimal): -11875139 or 12438602. OLE color: 12438602.

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

Color convert

RGB 74 204 189 -
CMYK 0.64 0 0.07 0.2
HSL 173.08º 0.56% 0.55% -
HSV(B) 173.08º 0.64% 0.8% -
XYZ 33.6 48.32 55.7 -
YUV 163.42 142.43 64.22 -
System Red Green Blue C M Y K H S L
Decimal 74 204 189 0.64 0 0.07 0.2 173.08 0.56 0.55
Hex 4A CC BD 40 0 7 14 AD 38 37
Octal 112 314 275 100 0 7 24 255 70 67
Binary 1001010 11001100 10111101 1000000 0 111 10100 10101101 111000 110111

Color Harmonies of #4ACCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACCBD

Black with #4ACCBD

Text Example


Text Example

White with #4ACCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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