Html Css Color HEX #4BDACC Medium Turquoise

📋 copy color: '#4BDACC'

red 75 ◦ green 218 ◦ blue 204

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

Shades of Medium Turquoise #4BDACC

Tints of Medium Turquoise #4BDACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 15.09%
G = 43.86%
B = 41.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#4BDACC (or 0x4BDACC) is known color: Medium Turquoise. HEX triplet: 4B, DA and CC. RGB value is (75,218,204). Sum of RGB (Red+Green+Blue) = 75+218+204=497 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.09% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDACC is #B42533. Grayscale: #ADADAD. Windows color (decimal): -11806004 or 13425227. OLE color: 13425227.

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

Color convert

RGB 75 218 204 -
CMYK 0.66 0 0.06 0.15
HSL 174.13º 0.66% 0.57% -
HSV(B) 174.13º 0.66% 0.85% -
XYZ 38.87 56 65.89 -
YUV 173.65 145.12 57.64 -
System Red Green Blue C M Y K H S L
Decimal 75 218 204 0.66 0 0.06 0.15 174.13 0.66 0.57
Hex 4B DA CC 42 0 6 F AE 42 39
Octal 113 332 314 102 0 6 17 256 102 71
Binary 1001011 11011010 11001100 1000010 0 110 1111 10101110 1000010 111001

Color Harmonies of #4BDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDACC

Black with #4BDACC

Text Example


Text Example

White with #4BDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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