Html Css Color HEX #4DCCDD Medium Turquoise

📋 copy color: '#4DCCDD'

red 77 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #4DCCDD

Tints of Medium Turquoise #4DCCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

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

R = 15.34%
G = 40.64%
B = 44.02%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4DCCDD (or 0x4DCCDD) is known color: Medium Turquoise. HEX triplet: 4D, CC and DD. RGB value is (77,204,221). Sum of RGB (Red+Green+Blue) = 77+204+221=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCDD is #B23322. Grayscale: #A7A7A7. Windows color (decimal): -11678499 or 14535757. OLE color: 14535757.

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

Color convert

RGB 77 204 221 -
CMYK 0.65 0.08 0 0.13
HSL 187.08º 0.68% 0.58% -
HSV(B) 187.08º 0.65% 0.87% -
XYZ 37.7 49.98 76.07 -
YUV 167.97 157.92 63.12 -
System Red Green Blue C M Y K H S L
Decimal 77 204 221 0.65 0.08 0 0.13 187.08 0.68 0.58
Hex 4D CC DD 41 8 0 D BB 44 3A
Octal 115 314 335 101 10 0 15 273 104 72
Binary 1001101 11001100 11011101 1000001 1000 0 1101 10111011 1000100 111010

Color Harmonies of #4DCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCCDD

Black with #4DCCDD

Text Example


Text Example

White with #4DCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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