Html Css Color HEX #4DDFD9 Turquoise

📋 copy color: '#4DDFD9'

red 77 ◦ green 223 ◦ blue 217

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

Shades of Turquoise #4DDFD9

Tints of Turquoise #4DDFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.97%

R = 14.89%
G = 43.13%
B = 41.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#4DDFD9 (or 0x4DDFD9) is known color: Turquoise. HEX triplet: 4D, DF and D9. RGB value is (77,223,217). Sum of RGB (Red+Green+Blue) = 77+223+217=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFD9 is #B22026. Grayscale: #B2B2B2. Windows color (decimal): -11673639 or 14278477. OLE color: 14278477.

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

Color convert

RGB 77 223 217 -
CMYK 0.65 0 0.03 0.13
HSL 177.53º 0.7% 0.59% -
HSV(B) 177.53º 0.65% 0.87% -
XYZ 41.97 59.36 74.89 -
YUV 178.66 149.63 55.49 -
System Red Green Blue C M Y K H S L
Decimal 77 223 217 0.65 0 0.03 0.13 177.53 0.7 0.59
Hex 4D DF D9 41 0 3 D B2 46 3B
Octal 115 337 331 101 0 3 15 262 106 73
Binary 1001101 11011111 11011001 1000001 0 11 1101 10110010 1000110 111011

Color Harmonies of #4DDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFD9

Black with #4DDFD9

Text Example


Text Example

White with #4DDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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