Html Css Color HEX #4BBFBB Medium Turquoise

📋 copy color: '#4BBFBB'

red 75 ◦ green 191 ◦ blue 187

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

Shades of Medium Turquoise #4BBFBB

Tints of Medium Turquoise #4BBFBB

RGB

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

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

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

R = 16.56%
G = 42.16%
B = 41.28%

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

#4BBFBB (or 0x4BBFBB) is known color: Medium Turquoise. HEX triplet: 4B, BF and BB. RGB value is (75,191,187). Sum of RGB (Red+Green+Blue) = 75+191+187=453 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.56% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBFBB is #B44044. Grayscale: #9B9B9B. Windows color (decimal): -11812933 or 12304203. OLE color: 12304203.

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

Color convert

RGB 75 191 187 -
CMYK 0.61 0 0.02 0.25
HSL 177.93º 0.48% 0.52% -
HSV(B) 177.93º 0.61% 0.75% -
XYZ 30.5 42.35 53.58 -
YUV 155.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 75 191 187 0.61 0 0.02 0.25 177.93 0.48 0.52
Hex 4B BF BB 3D 0 2 19 B2 30 34
Octal 113 277 273 75 0 2 31 262 60 64
Binary 1001011 10111111 10111011 111101 0 10 11001 10110010 110000 110100

Color Harmonies of #4BBFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBFBB

Black with #4BBFBB

Text Example


Text Example

White with #4BBFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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