Html Css Color HEX #4DFDD8 Turquoise

📋 copy color: '#4DFDD8'

red 77 ◦ green 253 ◦ blue 216

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

Shades of Turquoise #4DFDD8

Tints of Turquoise #4DFDD8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.34%

 BLUE value IS 216 (84.77% from 255) = 39.56%

R = 14.1%
G = 46.34%
B = 39.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#4DFDD8 (or 0x4DFDD8) is known color: Turquoise. HEX triplet: 4D, FD and D8. RGB value is (77,253,216). Sum of RGB (Red+Green+Blue) = 77+253+216=546 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.10% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDD8 is #B20227. Grayscale: #C4C4C4. Windows color (decimal): -11665960 or 14220621. OLE color: 14220621.

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

Color convert

RGB 77 253 216 -
CMYK 0.70 0 0.15 0.01
HSL 167.39º 0.98% 0.65% -
HSV(B) 167.39º 0.7% 0.99% -
XYZ 50.58 76.79 77.12 -
YUV 196.16 139.19 43.01 -
System Red Green Blue C M Y K H S L
Decimal 77 253 216 0.70 0 0.15 0.01 167.39 0.98 0.65
Hex 4D FD D8 46 0 F 1 A7 62 41
Octal 115 375 330 106 0 17 1 247 142 101
Binary 1001101 11111101 11011000 1000110 0 1111 1 10100111 1100010 1000001

Color Harmonies of #4DFDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDD8

Black with #4DFDD8

Text Example


Text Example

White with #4DFDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,253,216); }

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

background-color css

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

 a { background-color: rgb(77,253,216); }

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

border-color css

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

 span { border-color: rgb(77,253,216); }

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