Html Css Color HEX #4DFDDD Turquoise

📋 copy color: '#4DFDDD'

red 77 ◦ green 253 ◦ blue 221

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

Shades of Turquoise #4DFDDD

Tints of Turquoise #4DFDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 13.97%
G = 45.92%
B = 40.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#4DFDDD (or 0x4DFDDD) is known color: Turquoise. HEX triplet: 4D, FD and DD. RGB value is (77,253,221). Sum of RGB (Red+Green+Blue) = 77+253+221=551 (72% of max value = 765). Red value is 77 (30.47% from 255 or 13.97% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFDDD is #B20222. Grayscale: #C4C4C4. Windows color (decimal): -11665955 or 14548301. OLE color: 14548301.

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

Color convert

RGB 77 253 221 -
CMYK 0.70 0 0.13 0.01
HSL 169.09º 0.98% 0.65% -
HSV(B) 169.09º 0.7% 0.99% -
XYZ 51.24 77.05 80.58 -
YUV 196.73 141.69 42.6 -
System Red Green Blue C M Y K H S L
Decimal 77 253 221 0.70 0 0.13 0.01 169.09 0.98 0.65
Hex 4D FD DD 46 0 D 1 A9 62 41
Octal 115 375 335 106 0 15 1 251 142 101
Binary 1001101 11111101 11011101 1000110 0 1101 1 10101001 1100010 1000001

Color Harmonies of #4DFDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFDDD

Black with #4DFDDD

Text Example


Text Example

White with #4DFDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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