Html Css Color HEX #4DD9CA Medium Turquoise

📋 copy color: '#4DD9CA'

red 77 ◦ green 217 ◦ blue 202

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

Shades of Medium Turquoise #4DD9CA

Tints of Medium Turquoise #4DD9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.75%

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 15.52%
G = 43.75%
B = 40.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#4DD9CA (or 0x4DD9CA) is known color: Medium Turquoise. HEX triplet: 4D, D9 and CA. RGB value is (77,217,202). Sum of RGB (Red+Green+Blue) = 77+217+202=496 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.52% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD9CA is #B22635. Grayscale: #ADADAD. Windows color (decimal): -11675190 or 13293901. OLE color: 13293901.

HSL color Cylindrical-coordinate representation of color #4DD9CA: hue angle of 173.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD9CA is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 217 202 -
CMYK 0.65 0 0.07 0.15
HSL 173.57º 0.65% 0.58% -
HSV(B) 173.57º 0.65% 0.85% -
XYZ 38.53 55.47 64.55 -
YUV 173.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 77 217 202 0.65 0 0.07 0.15 173.57 0.65 0.58
Hex 4D D9 CA 41 0 7 F AE 41 3A
Octal 115 331 312 101 0 7 17 256 101 72
Binary 1001101 11011001 11001010 1000001 0 111 1111 10101110 1000001 111010

Color Harmonies of #4DD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD9CA

Black with #4DD9CA

Text Example


Text Example

White with #4DD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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