Html Css Color HEX #4DCFCC Medium Turquoise

📋 copy color: '#4DCFCC'

red 77 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #4DCFCC

Tints of Medium Turquoise #4DCFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 15.78%
G = 42.42%
B = 41.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#4DCFCC (or 0x4DCFCC) is known color: Medium Turquoise. HEX triplet: 4D, CF and CC. RGB value is (77,207,204). Sum of RGB (Red+Green+Blue) = 77+207+204=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFCC is #B23033. Grayscale: #A7A7A7. Windows color (decimal): -11677748 or 13422413. OLE color: 13422413.

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

Color convert

RGB 77 207 204 -
CMYK 0.63 0 0.01 0.19
HSL 178.62º 0.58% 0.56% -
HSV(B) 178.62º 0.63% 0.81% -
XYZ 36.27 50.56 64.97 -
YUV 167.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 77 207 204 0.63 0 0.01 0.19 178.62 0.58 0.56
Hex 4D CF CC 3F 0 1 13 B3 3A 38
Octal 115 317 314 77 0 1 23 263 72 70
Binary 1001101 11001111 11001100 111111 0 1 10011 10110011 111010 111000

Color Harmonies of #4DCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCFCC

Black with #4DCFCC

Text Example


Text Example

White with #4DCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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