Html Css Color HEX #4BC0BB Medium Turquoise

📋 copy color: '#4BC0BB'

red 75 ◦ green 192 ◦ blue 187

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

Shades of Medium Turquoise #4BC0BB

Tints of Medium Turquoise #4BC0BB

RGB

 RED value IS 75 (29.69% from 255) = 16.52%

 GREEN value IS 192 (75.39% from 255) = 42.29%

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 16.52%
G = 42.29%
B = 41.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#4BC0BB (or 0x4BC0BB) is known color: Medium Turquoise. HEX triplet: 4B, C0 and BB. RGB value is (75,192,187). Sum of RGB (Red+Green+Blue) = 75+192+187=454 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.52% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC0BB is #B43F44. Grayscale: #9C9C9C. Windows color (decimal): -11812677 or 12304459. OLE color: 12304459.

HSL color Cylindrical-coordinate representation of color #4BC0BB: hue angle of 177.44º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC0BB is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 192 187 -
CMYK 0.61 0 0.03 0.25
HSL 177.44º 0.48% 0.52% -
HSV(B) 177.44º 0.61% 0.75% -
XYZ 30.72 42.78 53.65 -
YUV 156.45 145.24 69.91 -
System Red Green Blue C M Y K H S L
Decimal 75 192 187 0.61 0 0.03 0.25 177.44 0.48 0.52
Hex 4B C0 BB 3D 0 3 19 B1 30 34
Octal 113 300 273 75 0 3 31 261 60 64
Binary 1001011 11000000 10111011 111101 0 11 11001 10110001 110000 110100

Color Harmonies of #4BC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC0BB

Black with #4BC0BB

Text Example


Text Example

White with #4BC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,192,187); }

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

background-color css

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

 a { background-color: rgb(75,192,187); }

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

border-color css

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

 span { border-color: rgb(75,192,187); }

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