Html Css Color HEX #4BBFBC Medium Turquoise

📋 copy color: '#4BBFBC'

red 75 ◦ green 191 ◦ blue 188

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

Shades of Medium Turquoise #4BBFBC

Tints of Medium Turquoise #4BBFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 16.52%
G = 42.07%
B = 41.41%

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

#4BBFBC (or 0x4BBFBC) is known color: Medium Turquoise. HEX triplet: 4B, BF and BC. RGB value is (75,191,188). Sum of RGB (Red+Green+Blue) = 75+191+188=454 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.52% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBFBC is #B44043. Grayscale: #9B9B9B. Windows color (decimal): -11812932 or 12369739. OLE color: 12369739.

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

Color convert

RGB 75 191 188 -
CMYK 0.61 0 0.02 0.25
HSL 178.45º 0.48% 0.52% -
HSV(B) 178.45º 0.61% 0.75% -
XYZ 30.61 42.39 54.15 -
YUV 155.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 75 191 188 0.61 0 0.02 0.25 178.45 0.48 0.52
Hex 4B BF BC 3D 0 2 19 B2 30 34
Octal 113 277 274 75 0 2 31 262 60 64
Binary 1001011 10111111 10111100 111101 0 10 11001 10110010 110000 110100

Color Harmonies of #4BBFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBFBC

Black with #4BBFBC

Text Example


Text Example

White with #4BBFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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