Html Css Color HEX #4DD0CB Medium Turquoise

📋 copy color: '#4DD0CB'

red 77 ◦ green 208 ◦ blue 203

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

Shades of Medium Turquoise #4DD0CB

Tints of Medium Turquoise #4DD0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.62%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 15.78%
G = 42.62%
B = 41.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#4DD0CB (or 0x4DD0CB) is known color: Medium Turquoise. HEX triplet: 4D, D0 and CB. RGB value is (77,208,203). Sum of RGB (Red+Green+Blue) = 77+208+203=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD0CB is #B22F34. Grayscale: #A8A8A8. Windows color (decimal): -11677493 or 13357133. OLE color: 13357133.

HSL color Cylindrical-coordinate representation of color #4DD0CB: hue angle of 177.71º 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 #4DD0CB is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 208 203 -
CMYK 0.63 0 0.02 0.18
HSL 177.71º 0.58% 0.56% -
HSV(B) 177.71º 0.63% 0.82% -
XYZ 36.4 51 64.43 -
YUV 168.26 147.6 62.91 -
System Red Green Blue C M Y K H S L
Decimal 77 208 203 0.63 0 0.02 0.18 177.71 0.58 0.56
Hex 4D D0 CB 3F 0 2 12 B2 3A 38
Octal 115 320 313 77 0 2 22 262 72 70
Binary 1001101 11010000 11001011 111111 0 10 10010 10110010 111010 111000

Color Harmonies of #4DD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD0CB

Black with #4DD0CB

Text Example


Text Example

White with #4DD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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