Html Css Color HEX #4DDECD Turquoise

📋 copy color: '#4DDECD'

red 77 ◦ green 222 ◦ blue 205

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

Shades of Turquoise #4DDECD

Tints of Turquoise #4DDECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 15.28%
G = 44.05%
B = 40.67%

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

#4DDECD (or 0x4DDECD) is known color: Turquoise. HEX triplet: 4D, DE and CD. RGB value is (77,222,205). Sum of RGB (Red+Green+Blue) = 77+222+205=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDECD is #B22132. Grayscale: #B0B0B0. Windows color (decimal): -11673907 or 13491789. OLE color: 13491789.

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

Color convert

RGB 77 222 205 -
CMYK 0.65 0 0.08 0.13
HSL 172.97º 0.69% 0.59% -
HSV(B) 172.97º 0.65% 0.87% -
XYZ 40.2 58.23 66.88 -
YUV 176.71 143.96 56.88 -
System Red Green Blue C M Y K H S L
Decimal 77 222 205 0.65 0 0.08 0.13 172.97 0.69 0.59
Hex 4D DE CD 41 0 8 D AD 45 3B
Octal 115 336 315 101 0 10 15 255 105 73
Binary 1001101 11011110 11001101 1000001 0 1000 1101 10101101 1000101 111011

Color Harmonies of #4DDECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDECD

Black with #4DDECD

Text Example


Text Example

White with #4DDECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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