Html Css Color HEX #4CCCB9 Medium Turquoise

📋 copy color: '#4CCCB9'

red 76 ◦ green 204 ◦ blue 185

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

Shades of Medium Turquoise #4CCCB9

Tints of Medium Turquoise #4CCCB9

RGB

 RED value IS 76 (30.08% from 255) = 16.34%

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

 BLUE value IS 185 (72.66% from 255) = 39.78%

R = 16.34%
G = 43.87%
B = 39.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#4CCCB9 (or 0x4CCCB9) is known color: Medium Turquoise. HEX triplet: 4C, CC and B9. RGB value is (76,204,185). Sum of RGB (Red+Green+Blue) = 76+204+185=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCB9 is #B33346. Grayscale: #A3A3A3. Windows color (decimal): -11744071 or 12176460. OLE color: 12176460.

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

Color convert

RGB 76 204 185 -
CMYK 0.63 0 0.09 0.2
HSL 171.09º 0.56% 0.55% -
HSV(B) 171.09º 0.63% 0.8% -
XYZ 33.33 48.23 53.45 -
YUV 163.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 76 204 185 0.63 0 0.09 0.2 171.09 0.56 0.55
Hex 4C CC B9 3F 0 9 14 AB 38 37
Octal 114 314 271 77 0 11 24 253 70 67
Binary 1001100 11001100 10111001 111111 0 1001 10100 10101011 111000 110111

Color Harmonies of #4CCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCCB9

Black with #4CCCB9

Text Example


Text Example

White with #4CCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,204,185); }

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

background-color css

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

 a { background-color: rgb(76,204,185); }

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

border-color css

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

 span { border-color: rgb(76,204,185); }

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