Html Css Color HEX #4DDFBA Turquoise

📋 copy color: '#4DDFBA'

red 77 ◦ green 223 ◦ blue 186

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

Shades of Turquoise #4DDFBA

Tints of Turquoise #4DDFBA

RGB

 RED value IS 77 (30.47% from 255) = 15.84%

 GREEN value IS 223 (87.5% from 255) = 45.88%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 15.84%
G = 45.88%
B = 38.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#4DDFBA (or 0x4DDFBA) is known color: Turquoise. HEX triplet: 4D, DF and BA. RGB value is (77,223,186). Sum of RGB (Red+Green+Blue) = 77+223+186=486 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.84% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFBA is #B22045. Grayscale: #AFAFAF. Windows color (decimal): -11673670 or 12246861. OLE color: 12246861.

HSL color Cylindrical-coordinate representation of color #4DDFBA: hue angle of 164.79º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDFBA is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 223 186 -
CMYK 0.65 0 0.17 0.13
HSL 164.79º 0.7% 0.59% -
HSV(B) 164.79º 0.65% 0.87% -
XYZ 38.31 57.9 55.61 -
YUV 175.13 134.13 58.01 -
System Red Green Blue C M Y K H S L
Decimal 77 223 186 0.65 0 0.17 0.13 164.79 0.7 0.59
Hex 4D DF BA 41 0 11 D A5 46 3B
Octal 115 337 272 101 0 21 15 245 106 73
Binary 1001101 11011111 10111010 1000001 0 10001 1101 10100101 1000110 111011

Color Harmonies of #4DDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFBA

Black with #4DDFBA

Text Example


Text Example

White with #4DDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,223,186); }

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

background-color css

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

 a { background-color: rgb(77,223,186); }

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

border-color css

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

 span { border-color: rgb(77,223,186); }

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