Html Css Color HEX #4BDAB9 Medium Turquoise

📋 copy color: '#4BDAB9'

red 75 ◦ green 218 ◦ blue 185

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

Shades of Medium Turquoise #4BDAB9

Tints of Medium Turquoise #4BDAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

 BLUE value IS 185 (72.66% from 255) = 38.7%

R = 15.69%
G = 45.61%
B = 38.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#4BDAB9 (or 0x4BDAB9) is known color: Medium Turquoise. HEX triplet: 4B, DA and B9. RGB value is (75,218,185). Sum of RGB (Red+Green+Blue) = 75+218+185=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDAB9 is #B42546. Grayscale: #ABABAB. Windows color (decimal): -11806023 or 12180043. OLE color: 12180043.

HSL color Cylindrical-coordinate representation of color #4BDAB9: hue angle of 166.15º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDAB9 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 218 185 -
CMYK 0.66 0 0.15 0.15
HSL 166.15º 0.66% 0.57% -
HSV(B) 166.15º 0.66% 0.85% -
XYZ 36.73 55.14 54.61 -
YUV 171.48 135.62 59.18 -
System Red Green Blue C M Y K H S L
Decimal 75 218 185 0.66 0 0.15 0.15 166.15 0.66 0.57
Hex 4B DA B9 42 0 F F A6 42 39
Octal 113 332 271 102 0 17 17 246 102 71
Binary 1001011 11011010 10111001 1000010 0 1111 1111 10100110 1000010 111001

Color Harmonies of #4BDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDAB9

Black with #4BDAB9

Text Example


Text Example

White with #4BDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,218,185); }

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

background-color css

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

 a { background-color: rgb(75,218,185); }

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

border-color css

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

 span { border-color: rgb(75,218,185); }

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