Html Css Color HEX #4BBFBF Medium Turquoise

📋 copy color: '#4BBFBF'

red 75 ◦ green 191 ◦ blue 191

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

Shades of Medium Turquoise #4BBFBF

Tints of Medium Turquoise #4BBFBF

RGB

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

 GREEN value IS 191 (75% from 255) = 41.79%

 BLUE value IS 191 (75% from 255) = 41.79%

R = 16.41%
G = 41.79%
B = 41.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4BBFBF (or 0x4BBFBF) is known color: Medium Turquoise. HEX triplet: 4B, BF and BF. RGB value is (75,191,191). Sum of RGB (Red+Green+Blue) = 75+191+191=457 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.41% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #4BBFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBFBF is #B44040. Grayscale: #9C9C9C. Windows color (decimal): -11812929 or 12566347. OLE color: 12566347.

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

Color convert

RGB 75 191 191 -
CMYK 0.61 0 0 0.25
HSL 180º 0.48% 0.52% -
HSV(B) 180º 0.61% 0.75% -
XYZ 30.94 42.52 55.87 -
YUV 156.32 147.57 70 -
System Red Green Blue C M Y K H S L
Decimal 75 191 191 0.61 0 0 0.25 180 0.48 0.52
Hex 4B BF BF 3D 0 0 19 B4 30 34
Octal 113 277 277 75 0 0 31 264 60 64
Binary 1001011 10111111 10111111 111101 0 0 11001 10110100 110000 110100

Color Harmonies of #4BBFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBFBF

Black with #4BBFBF

Text Example


Text Example

White with #4BBFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,191,191); }

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

background-color css

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

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

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

border-color css

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

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

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