Html Css Color HEX #4BBEBA Medium Turquoise

📋 copy color: '#4BBEBA'

red 75 ◦ green 190 ◦ blue 186

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

Shades of Medium Turquoise #4BBEBA

Tints of Medium Turquoise #4BBEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.13%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 16.63%
G = 42.13%
B = 41.24%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#4BBEBA (or 0x4BBEBA) is known color: Medium Turquoise. HEX triplet: 4B, BE and BA. RGB value is (75,190,186). Sum of RGB (Red+Green+Blue) = 75+190+186=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBEBA is #B44145. Grayscale: #9B9B9B. Windows color (decimal): -11813190 or 12238411. OLE color: 12238411.

HSL color Cylindrical-coordinate representation of color #4BBEBA: hue angle of 177.91º degrees, saturation: 0.47, 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 #4BBEBA is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 190 186 -
CMYK 0.61 0 0.02 0.25
HSL 177.91º 0.47% 0.52% -
HSV(B) 177.91º 0.61% 0.75% -
XYZ 30.18 41.87 52.95 -
YUV 155.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 75 190 186 0.61 0 0.02 0.25 177.91 0.47 0.52
Hex 4B BE BA 3D 0 2 19 B2 2F 34
Octal 113 276 272 75 0 2 31 262 57 64
Binary 1001011 10111110 10111010 111101 0 10 11001 10110010 101111 110100

Color Harmonies of #4BBEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBEBA

Black with #4BBEBA

Text Example


Text Example

White with #4BBEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,190,186); }

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

background-color css

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

 a { background-color: rgb(75,190,186); }

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

border-color css

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

 span { border-color: rgb(75,190,186); }

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