Html Css Color HEX #4BD7BD Medium Turquoise

📋 copy color: '#4BD7BD'

red 75 ◦ green 215 ◦ blue 189

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

Shades of Medium Turquoise #4BD7BD

Tints of Medium Turquoise #4BD7BD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.89%

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

R = 15.66%
G = 44.89%
B = 39.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#4BD7BD (or 0x4BD7BD) is known color: Medium Turquoise. HEX triplet: 4B, D7 and BD. RGB value is (75,215,189). Sum of RGB (Red+Green+Blue) = 75+215+189=479 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.66% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD7BD is #B42842. Grayscale: #AAAAAA. Windows color (decimal): -11806787 or 12441419. OLE color: 12441419.

HSL color Cylindrical-coordinate representation of color #4BD7BD: hue angle of 168.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD7BD is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 75 215 189 -
CMYK 0.65 0 0.12 0.16
HSL 168.86º 0.64% 0.57% -
HSV(B) 168.86º 0.65% 0.84% -
XYZ 36.39 53.77 56.61 -
YUV 170.18 138.62 60.11 -
System Red Green Blue C M Y K H S L
Decimal 75 215 189 0.65 0 0.12 0.16 168.86 0.64 0.57
Hex 4B D7 BD 41 0 C 10 A9 40 39
Octal 113 327 275 101 0 14 20 251 100 71
Binary 1001011 11010111 10111101 1000001 0 1100 10000 10101001 1000000 111001

Color Harmonies of #4BD7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BD7BD

Black with #4BD7BD

Text Example


Text Example

White with #4BD7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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