Html Css Color HEX #4DCFD0 Medium Turquoise

📋 copy color: '#4DCFD0'

red 77 ◦ green 207 ◦ blue 208

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

Shades of Medium Turquoise #4DCFD0

Tints of Medium Turquoise #4DCFD0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.07%

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 15.65%
G = 42.07%
B = 42.28%

CMYK

 C value IS 0.63

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4DCFD0 (or 0x4DCFD0) is known color: Medium Turquoise. HEX triplet: 4D, CF and D0. RGB value is (77,207,208). Sum of RGB (Red+Green+Blue) = 77+207+208=492 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.65% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #4DCFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFD0 is #B2302F. Grayscale: #A8A8A8. Windows color (decimal): -11677744 or 13684557. OLE color: 13684557.

HSL color Cylindrical-coordinate representation of color #4DCFD0: hue angle of 180.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCFD0 is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 207 208 -
CMYK 0.63 0.00 0 0.18
HSL 180.46º 0.58% 0.56% -
HSV(B) 180.46º 0.63% 0.82% -
XYZ 36.76 50.76 67.53 -
YUV 168.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 77 207 208 0.63 0.00 0 0.18 180.46 0.58 0.56
Hex 4D CF D0 3F 0 0 12 B4 3A 38
Octal 115 317 320 77 0 0 22 264 72 70
Binary 1001101 11001111 11010000 111111 0 0 10010 10110100 111010 111000

Color Harmonies of #4DCFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCFD0

Black with #4DCFD0

Text Example


Text Example

White with #4DCFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,207,208); }

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

background-color css

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

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

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

border-color css

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

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

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