Html Css Color HEX #4BBFB8 Medium Turquoise

📋 copy color: '#4BBFB8'

red 75 ◦ green 191 ◦ blue 184

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

Shades of Medium Turquoise #4BBFB8

Tints of Medium Turquoise #4BBFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.89%

R = 16.67%
G = 42.44%
B = 40.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#4BBFB8 (or 0x4BBFB8) is known color: Medium Turquoise. HEX triplet: 4B, BF and B8. RGB value is (75,191,184). Sum of RGB (Red+Green+Blue) = 75+191+184=450 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.67% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBFB8 is #B44047. Grayscale: #9B9B9B. Windows color (decimal): -11812936 or 12107595. OLE color: 12107595.

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

Color convert

RGB 75 191 184 -
CMYK 0.61 0 0.04 0.25
HSL 176.38º 0.48% 0.52% -
HSV(B) 176.38º 0.61% 0.75% -
XYZ 30.18 42.22 51.91 -
YUV 155.52 144.07 70.57 -
System Red Green Blue C M Y K H S L
Decimal 75 191 184 0.61 0 0.04 0.25 176.38 0.48 0.52
Hex 4B BF B8 3D 0 4 19 B0 30 34
Octal 113 277 270 75 0 4 31 260 60 64
Binary 1001011 10111111 10111000 111101 0 100 11001 10110000 110000 110100

Color Harmonies of #4BBFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBFB8

Black with #4BBFB8

Text Example


Text Example

White with #4BBFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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