Html Css Color HEX #4BDACB Medium Turquoise

📋 copy color: '#4BDACB'

red 75 ◦ green 218 ◦ blue 203

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

Shades of Medium Turquoise #4BDACB

Tints of Medium Turquoise #4BDACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 15.12%
G = 43.95%
B = 40.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#4BDACB (or 0x4BDACB) is known color: Medium Turquoise. HEX triplet: 4B, DA and CB. RGB value is (75,218,203). Sum of RGB (Red+Green+Blue) = 75+218+203=496 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.12% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDACB is #B42534. Grayscale: #ADADAD. Windows color (decimal): -11806005 or 13359691. OLE color: 13359691.

HSL color Cylindrical-coordinate representation of color #4BDACB: hue angle of 173.71º 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 #4BDACB is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 218 203 -
CMYK 0.66 0 0.07 0.15
HSL 173.71º 0.66% 0.57% -
HSV(B) 173.71º 0.66% 0.85% -
XYZ 38.75 55.95 65.26 -
YUV 173.53 144.62 57.72 -
System Red Green Blue C M Y K H S L
Decimal 75 218 203 0.66 0 0.07 0.15 173.71 0.66 0.57
Hex 4B DA CB 42 0 7 F AE 42 39
Octal 113 332 313 102 0 7 17 256 102 71
Binary 1001011 11011010 11001011 1000010 0 111 1111 10101110 1000010 111001

Color Harmonies of #4BDACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDACB

Black with #4BDACB

Text Example


Text Example

White with #4BDACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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