Html Css Color HEX #4BDAC9 Medium Turquoise

📋 copy color: '#4BDAC9'

red 75 ◦ green 218 ◦ blue 201

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

Shades of Medium Turquoise #4BDAC9

Tints of Medium Turquoise #4BDAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.69%

R = 15.18%
G = 44.13%
B = 40.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#4BDAC9 (or 0x4BDAC9) is known color: Medium Turquoise. HEX triplet: 4B, DA and C9. RGB value is (75,218,201). Sum of RGB (Red+Green+Blue) = 75+218+201=494 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.18% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDAC9 is #B42536. Grayscale: #ADADAD. Windows color (decimal): -11806007 or 13228619. OLE color: 13228619.

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

Color convert

RGB 75 218 201 -
CMYK 0.66 0 0.08 0.15
HSL 172.87º 0.66% 0.57% -
HSV(B) 172.87º 0.66% 0.85% -
XYZ 38.52 55.86 64.01 -
YUV 173.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 75 218 201 0.66 0 0.08 0.15 172.87 0.66 0.57
Hex 4B DA C9 42 0 8 F AD 42 39
Octal 113 332 311 102 0 10 17 255 102 71
Binary 1001011 11011010 11001001 1000010 0 1000 1111 10101101 1000010 111001

Color Harmonies of #4BDAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDAC9

Black with #4BDAC9

Text Example


Text Example

White with #4BDAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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