Html Css Color HEX #4DD3CE Medium Turquoise

📋 copy color: '#4DD3CE'

red 77 ◦ green 211 ◦ blue 206

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

Shades of Medium Turquoise #4DD3CE

Tints of Medium Turquoise #4DD3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 15.59%
G = 42.71%
B = 41.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#4DD3CE (or 0x4DD3CE) is known color: Medium Turquoise. HEX triplet: 4D, D3 and CE. RGB value is (77,211,206). Sum of RGB (Red+Green+Blue) = 77+211+206=494 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.59% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD3CE is #B22C31. Grayscale: #AAAAAA. Windows color (decimal): -11676722 or 13554509. OLE color: 13554509.

HSL color Cylindrical-coordinate representation of color #4DD3CE: hue angle of 177.76º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD3CE is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 77 211 206 -
CMYK 0.64 0 0.02 0.17
HSL 177.76º 0.6% 0.56% -
HSV(B) 177.76º 0.64% 0.83% -
XYZ 37.5 52.62 66.57 -
YUV 170.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 77 211 206 0.64 0 0.02 0.17 177.76 0.6 0.56
Hex 4D D3 CE 40 0 2 11 B2 3C 38
Octal 115 323 316 100 0 2 21 262 74 70
Binary 1001101 11010011 11001110 1000000 0 10 10001 10110010 111100 111000

Color Harmonies of #4DD3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD3CE

Black with #4DD3CE

Text Example


Text Example

White with #4DD3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,211,206); }

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

background-color css

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

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

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

border-color css

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

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

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