Html Css Color HEX #4DCDCD Medium Turquoise

📋 copy color: '#4DCDCD'

red 77 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #4DCDCD

Tints of Medium Turquoise #4DCDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

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

R = 15.81%
G = 42.09%
B = 42.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DCDCD (or 0x4DCDCD) is known color: Medium Turquoise. HEX triplet: 4D, CD and CD. RGB value is (77,205,205). Sum of RGB (Red+Green+Blue) = 77+205+205=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #4DCDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDCD is #B23232. Grayscale: #A6A6A6. Windows color (decimal): -11678259 or 13487437. OLE color: 13487437.

HSL color Cylindrical-coordinate representation of color #4DCDCD: hue angle of 180º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCDCD is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 205 205 -
CMYK 0.62 0 0 0.20
HSL 180º 0.56% 0.55% -
HSV(B) 180º 0.62% 0.8% -
XYZ 35.91 49.65 65.45 -
YUV 166.73 149.59 64 -
System Red Green Blue C M Y K H S L
Decimal 77 205 205 0.62 0 0 0.20 180 0.56 0.55
Hex 4D CD CD 3E 0 0 14 B4 38 37
Octal 115 315 315 76 0 0 24 264 70 67
Binary 1001101 11001101 11001101 111110 0 0 10100 10110100 111000 110111

Color Harmonies of #4DCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCDCD

Black with #4DCDCD

Text Example


Text Example

White with #4DCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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