Html Css Color HEX #4DE0C9 Turquoise

📋 copy color: '#4DE0C9'

red 77 ◦ green 224 ◦ blue 201

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

Shades of Turquoise #4DE0C9

Tints of Turquoise #4DE0C9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.62%

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 15.34%
G = 44.62%
B = 40.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#4DE0C9 (or 0x4DE0C9) is known color: Turquoise. HEX triplet: 4D, E0 and C9. RGB value is (77,224,201). Sum of RGB (Red+Green+Blue) = 77+224+201=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #4DE0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE0C9 is #B21F36. Grayscale: #B1B1B1. Windows color (decimal): -11673399 or 13230157. OLE color: 13230157.

HSL color Cylindrical-coordinate representation of color #4DE0C9: hue angle of 170.61º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE0C9 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 77 224 201 -
CMYK 0.66 0 0.10 0.12
HSL 170.61º 0.7% 0.59% -
HSV(B) 170.61º 0.66% 0.88% -
XYZ 40.26 59.11 64.55 -
YUV 177.43 141.3 56.37 -
System Red Green Blue C M Y K H S L
Decimal 77 224 201 0.66 0 0.10 0.12 170.61 0.7 0.59
Hex 4D E0 C9 42 0 A C AB 46 3B
Octal 115 340 311 102 0 12 14 253 106 73
Binary 1001101 11100000 11001001 1000010 0 1010 1100 10101011 1000110 111011

Color Harmonies of #4DE0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE0C9

Black with #4DE0C9

Text Example


Text Example

White with #4DE0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,224,201); }

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

background-color css

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

 a { background-color: rgb(77,224,201); }

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

border-color css

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

 span { border-color: rgb(77,224,201); }

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