Html Css Color HEX #4DDCDA Turquoise

📋 copy color: '#4DDCDA'

red 77 ◦ green 220 ◦ blue 218

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

Shades of Turquoise #4DDCDA

Tints of Turquoise #4DDCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.72%

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 14.95%
G = 42.72%
B = 42.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#4DDCDA (or 0x4DDCDA) is known color: Turquoise. HEX triplet: 4D, DC and DA. RGB value is (77,220,218). Sum of RGB (Red+Green+Blue) = 77+220+218=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCDA is #B22325. Grayscale: #B0B0B0. Windows color (decimal): -11674406 or 14343245. OLE color: 14343245.

HSL color Cylindrical-coordinate representation of color #4DDCDA: hue angle of 179.16º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDCDA is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 220 218 -
CMYK 0.65 0 0.01 0.14
HSL 179.16º 0.67% 0.58% -
HSV(B) 179.16º 0.65% 0.86% -
XYZ 41.31 57.83 75.31 -
YUV 177.02 151.12 56.66 -
System Red Green Blue C M Y K H S L
Decimal 77 220 218 0.65 0 0.01 0.14 179.16 0.67 0.58
Hex 4D DC DA 41 0 1 E B3 43 3A
Octal 115 334 332 101 0 1 16 263 103 72
Binary 1001101 11011100 11011010 1000001 0 1 1110 10110011 1000011 111010

Color Harmonies of #4DDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCDA

Black with #4DDCDA

Text Example


Text Example

White with #4DDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,220,218); }

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

background-color css

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

 a { background-color: rgb(77,220,218); }

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

border-color css

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

 span { border-color: rgb(77,220,218); }

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