Html Css Color HEX #4DCCCE Medium Turquoise

📋 copy color: '#4DCCCE'

red 77 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #4DCCCE

Tints of Medium Turquoise #4DCCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.89%

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

R = 15.81%
G = 41.89%
B = 42.3%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4DCCCE (or 0x4DCCCE) is known color: Medium Turquoise. HEX triplet: 4D, CC and CE. RGB value is (77,204,206). Sum of RGB (Red+Green+Blue) = 77+204+206=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DCCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCCE is #B23331. Grayscale: #A6A6A6. Windows color (decimal): -11678514 or 13552717. OLE color: 13552717.

HSL color Cylindrical-coordinate representation of color #4DCCCE: hue angle of 180.93º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCCCE is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 204 206 -
CMYK 0.63 0.01 0 0.19
HSL 180.93º 0.57% 0.55% -
HSV(B) 180.93º 0.63% 0.81% -
XYZ 35.79 49.22 66.01 -
YUV 166.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 77 204 206 0.63 0.01 0 0.19 180.93 0.57 0.55
Hex 4D CC CE 3F 1 0 13 B5 39 37
Octal 115 314 316 77 1 0 23 265 71 67
Binary 1001101 11001100 11001110 111111 1 0 10011 10110101 111001 110111

Color Harmonies of #4DCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCCCE

Black with #4DCCCE

Text Example


Text Example

White with #4DCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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