Html Css Color HEX #4DFFDF Turquoise

📋 copy color: '#4DFFDF'

red 77 ◦ green 255 ◦ blue 223

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

Shades of Turquoise #4DFFDF

Tints of Turquoise #4DFFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 45.95%

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 13.87%
G = 45.95%
B = 40.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#4DFFDF (or 0x4DFFDF) is known color: Turquoise. HEX triplet: 4D, FF and DF. RGB value is (77,255,223). Sum of RGB (Red+Green+Blue) = 77+255+223=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFFDF is #B20020. Grayscale: #C6C6C6. Windows color (decimal): -11665441 or 14679885. OLE color: 14679885.

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

Color convert

RGB 77 255 223 -
CMYK 0.70 0 0.13 0
HSL 169.21º 1% 0.65% -
HSV(B) 169.21º 0.7% 1% -
XYZ 52.14 78.43 82.2 -
YUV 198.13 142.03 41.6 -
System Red Green Blue C M Y K H S L
Decimal 77 255 223 0.70 0 0.13 0 169.21 1 0.65
Hex 4D FF DF 46 0 D 0 A9 64 41
Octal 115 377 337 106 0 15 0 251 144 101
Binary 1001101 11111111 11011111 1000110 0 1101 0 10101001 1100100 1000001

Color Harmonies of #4DFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFFDF

Black with #4DFFDF

Text Example


Text Example

White with #4DFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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