Html Css Color HEX #4CCBB7 Medium Turquoise

📋 copy color: '#4CCBB7'

red 76 ◦ green 203 ◦ blue 183

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

Shades of Medium Turquoise #4CCBB7

Tints of Medium Turquoise #4CCBB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 16.45%
G = 43.94%
B = 39.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#4CCBB7 (or 0x4CCBB7) is known color: Medium Turquoise. HEX triplet: 4C, CB and B7. RGB value is (76,203,183). Sum of RGB (Red+Green+Blue) = 76+203+183=462 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.45% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #4CCBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBB7 is #B33448. Grayscale: #A2A2A2. Windows color (decimal): -11744329 or 12045132. OLE color: 12045132.

HSL color Cylindrical-coordinate representation of color #4CCBB7: hue angle of 170.55º degrees, saturation: 0.55, 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 #4CCBB7 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 203 183 -
CMYK 0.63 0 0.10 0.20
HSL 170.55º 0.55% 0.55% -
HSV(B) 170.55º 0.63% 0.8% -
XYZ 32.88 47.67 52.27 -
YUV 162.75 139.42 66.13 -
System Red Green Blue C M Y K H S L
Decimal 76 203 183 0.63 0 0.10 0.20 170.55 0.55 0.55
Hex 4C CB B7 3F 0 A 14 AB 37 37
Octal 114 313 267 77 0 12 24 253 67 67
Binary 1001100 11001011 10110111 111111 0 1010 10100 10101011 110111 110111

Color Harmonies of #4CCBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCBB7

Black with #4CCBB7

Text Example


Text Example

White with #4CCBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,203,183); }

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

background-color css

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

 a { background-color: rgb(76,203,183); }

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

border-color css

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

 span { border-color: rgb(76,203,183); }

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