Html Css Color HEX #4DDDC9 Turquoise

📋 copy color: '#4DDDC9'

red 77 ◦ green 221 ◦ blue 201

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

Shades of Turquoise #4DDDC9

Tints of Turquoise #4DDDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.29%

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

R = 15.43%
G = 44.29%
B = 40.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#4DDDC9 (or 0x4DDDC9) is known color: Turquoise. HEX triplet: 4D, DD and C9. RGB value is (77,221,201). Sum of RGB (Red+Green+Blue) = 77+221+201=499 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.43% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDC9 is #B22236. Grayscale: #AFAFAF. Windows color (decimal): -11674167 or 13229389. OLE color: 13229389.

HSL color Cylindrical-coordinate representation of color #4DDDC9: hue angle of 171.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDDC9 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 221 201 -
CMYK 0.65 0 0.09 0.13
HSL 171.67º 0.68% 0.58% -
HSV(B) 171.67º 0.65% 0.87% -
XYZ 39.46 57.51 64.28 -
YUV 175.66 142.29 57.63 -
System Red Green Blue C M Y K H S L
Decimal 77 221 201 0.65 0 0.09 0.13 171.67 0.68 0.58
Hex 4D DD C9 41 0 9 D AC 44 3A
Octal 115 335 311 101 0 11 15 254 104 72
Binary 1001101 11011101 11001001 1000001 0 1001 1101 10101100 1000100 111010

Color Harmonies of #4DDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDC9

Black with #4DDDC9

Text Example


Text Example

White with #4DDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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