Html Css Color HEX #4DDECC Turquoise

📋 copy color: '#4DDECC'

red 77 ◦ green 222 ◦ blue 204

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

Shades of Turquoise #4DDECC

Tints of Turquoise #4DDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.14%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 15.31%
G = 44.14%
B = 40.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#4DDECC (or 0x4DDECC) is known color: Turquoise. HEX triplet: 4D, DE and CC. RGB value is (77,222,204). Sum of RGB (Red+Green+Blue) = 77+222+204=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDECC is #B22133. Grayscale: #B0B0B0. Windows color (decimal): -11673908 or 13426253. OLE color: 13426253.

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

Color convert

RGB 77 222 204 -
CMYK 0.65 0 0.08 0.13
HSL 172.55º 0.69% 0.59% -
HSV(B) 172.55º 0.65% 0.87% -
XYZ 40.08 58.18 66.24 -
YUV 176.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 77 222 204 0.65 0 0.08 0.13 172.55 0.69 0.59
Hex 4D DE CC 41 0 8 D AD 45 3B
Octal 115 336 314 101 0 10 15 255 105 73
Binary 1001101 11011110 11001100 1000001 0 1000 1101 10101101 1000101 111011

Color Harmonies of #4DDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDECC

Black with #4DDECC

Text Example


Text Example

White with #4DDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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