Html Css Color HEX #4DCFCB Medium Turquoise

📋 copy color: '#4DCFCB'

red 77 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #4DCFCB

Tints of Medium Turquoise #4DCFCB

RGB

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

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

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

R = 15.81%
G = 42.51%
B = 41.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#4DCFCB (or 0x4DCFCB) is known color: Medium Turquoise. HEX triplet: 4D, CF and CB. RGB value is (77,207,203). Sum of RGB (Red+Green+Blue) = 77+207+203=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFCB is #B23034. Grayscale: #A7A7A7. Windows color (decimal): -11677749 or 13356877. OLE color: 13356877.

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

Color convert

RGB 77 207 203 -
CMYK 0.63 0 0.02 0.19
HSL 178.15º 0.58% 0.56% -
HSV(B) 178.15º 0.63% 0.81% -
XYZ 36.15 50.52 64.34 -
YUV 167.67 147.93 63.33 -
System Red Green Blue C M Y K H S L
Decimal 77 207 203 0.63 0 0.02 0.19 178.15 0.58 0.56
Hex 4D CF CB 3F 0 2 13 B2 3A 38
Octal 115 317 313 77 0 2 23 262 72 70
Binary 1001101 11001111 11001011 111111 0 10 10011 10110010 111010 111000

Color Harmonies of #4DCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCFCB

Black with #4DCFCB

Text Example


Text Example

White with #4DCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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