Html Css Color HEX #4BC6BF Medium Turquoise

📋 copy color: '#4BC6BF'

red 75 ◦ green 198 ◦ blue 191

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

Shades of Medium Turquoise #4BC6BF

Tints of Medium Turquoise #4BC6BF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.67%

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

R = 16.16%
G = 42.67%
B = 41.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#4BC6BF (or 0x4BC6BF) is known color: Medium Turquoise. HEX triplet: 4B, C6 and BF. RGB value is (75,198,191). Sum of RGB (Red+Green+Blue) = 75+198+191=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC6BF is #B43940. Grayscale: #A0A0A0. Windows color (decimal): -11811137 or 12568139. OLE color: 12568139.

HSL color Cylindrical-coordinate representation of color #4BC6BF: hue angle of 176.59º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC6BF is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 75 198 191 -
CMYK 0.62 0 0.04 0.22
HSL 176.59º 0.52% 0.54% -
HSV(B) 176.59º 0.62% 0.78% -
XYZ 32.5 45.65 56.39 -
YUV 160.43 145.25 67.07 -
System Red Green Blue C M Y K H S L
Decimal 75 198 191 0.62 0 0.04 0.22 176.59 0.52 0.54
Hex 4B C6 BF 3E 0 4 16 B1 34 36
Octal 113 306 277 76 0 4 26 261 64 66
Binary 1001011 11000110 10111111 111110 0 100 10110 10110001 110100 110110

Color Harmonies of #4BC6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC6BF

Black with #4BC6BF

Text Example


Text Example

White with #4BC6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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