Html Css Color HEX #4DDFC5 Turquoise

📋 copy color: '#4DDFC5'

red 77 ◦ green 223 ◦ blue 197

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

Shades of Turquoise #4DDFC5

Tints of Turquoise #4DDFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.64%

R = 15.49%
G = 44.87%
B = 39.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#4DDFC5 (or 0x4DDFC5) is known color: Turquoise. HEX triplet: 4D, DF and C5. RGB value is (77,223,197). Sum of RGB (Red+Green+Blue) = 77+223+197=497 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.49% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFC5 is #B2203A. Grayscale: #B0B0B0. Windows color (decimal): -11673659 or 12967757. OLE color: 12967757.

HSL color Cylindrical-coordinate representation of color #4DDFC5: hue angle of 169.32º 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 #4DDFC5 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 223 197 -
CMYK 0.65 0 0.12 0.13
HSL 169.32º 0.7% 0.59% -
HSV(B) 169.32º 0.65% 0.87% -
XYZ 39.53 58.38 62.01 -
YUV 176.38 139.63 57.11 -
System Red Green Blue C M Y K H S L
Decimal 77 223 197 0.65 0 0.12 0.13 169.32 0.7 0.59
Hex 4D DF C5 41 0 C D A9 46 3B
Octal 115 337 305 101 0 14 15 251 106 73
Binary 1001101 11011111 11000101 1000001 0 1100 1101 10101001 1000110 111011

Color Harmonies of #4DDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFC5

Black with #4DDFC5

Text Example


Text Example

White with #4DDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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