Html Css Color HEX #4BC8BD Medium Turquoise

📋 copy color: '#4BC8BD'

red 75 ◦ green 200 ◦ blue 189

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

Shades of Medium Turquoise #4BC8BD

Tints of Medium Turquoise #4BC8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.1%

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 16.16%
G = 43.1%
B = 40.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#4BC8BD (or 0x4BC8BD) is known color: Medium Turquoise. HEX triplet: 4B, C8 and BD. RGB value is (75,200,189). Sum of RGB (Red+Green+Blue) = 75+200+189=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC8BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC8BD is #B43742. Grayscale: #A1A1A1. Windows color (decimal): -11810627 or 12437579. OLE color: 12437579.

HSL color Cylindrical-coordinate representation of color #4BC8BD: hue angle of 174.72º degrees, saturation: 0.53, 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 #4BC8BD is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 75 200 189 -
CMYK 0.62 0 0.06 0.22
HSL 174.72º 0.53% 0.54% -
HSV(B) 174.72º 0.63% 0.78% -
XYZ 32.74 46.48 55.39 -
YUV 161.37 143.59 66.39 -
System Red Green Blue C M Y K H S L
Decimal 75 200 189 0.62 0 0.06 0.22 174.72 0.53 0.54
Hex 4B C8 BD 3E 0 6 16 AF 35 36
Octal 113 310 275 76 0 6 26 257 65 66
Binary 1001011 11001000 10111101 111110 0 110 10110 10101111 110101 110110

Color Harmonies of #4BC8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC8BD

Black with #4BC8BD

Text Example


Text Example

White with #4BC8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,200,189); }

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

background-color css

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

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

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

border-color css

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

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

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