Html Css Color HEX #4DCFBA Medium Turquoise

📋 copy color: '#4DCFBA'

red 77 ◦ green 207 ◦ blue 186

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

Shades of Medium Turquoise #4DCFBA

Tints of Medium Turquoise #4DCFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 16.38%
G = 44.04%
B = 39.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#4DCFBA (or 0x4DCFBA) is known color: Medium Turquoise. HEX triplet: 4D, CF and BA. RGB value is (77,207,186). Sum of RGB (Red+Green+Blue) = 77+207+186=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFBA is #B23045. Grayscale: #A5A5A5. Windows color (decimal): -11677766 or 12242765. OLE color: 12242765.

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

Color convert

RGB 77 207 186 -
CMYK 0.63 0 0.10 0.19
HSL 170.31º 0.58% 0.56% -
HSV(B) 170.31º 0.63% 0.81% -
XYZ 34.24 49.75 54.25 -
YUV 165.74 139.43 64.71 -
System Red Green Blue C M Y K H S L
Decimal 77 207 186 0.63 0 0.10 0.19 170.31 0.58 0.56
Hex 4D CF BA 3F 0 A 13 AA 3A 38
Octal 115 317 272 77 0 12 23 252 72 70
Binary 1001101 11001111 10111010 111111 0 1010 10011 10101010 111010 111000

Color Harmonies of #4DCFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCFBA

Black with #4DCFBA

Text Example


Text Example

White with #4DCFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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