Html Css Color HEX #4DCBBB Medium Turquoise

📋 copy color: '#4DCBBB'

red 77 ◦ green 203 ◦ blue 187

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

Shades of Medium Turquoise #4DCBBB

Tints of Medium Turquoise #4DCBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 16.49%
G = 43.47%
B = 40.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#4DCBBB (or 0x4DCBBB) is known color: Medium Turquoise. HEX triplet: 4D, CB and BB. RGB value is (77,203,187). Sum of RGB (Red+Green+Blue) = 77+203+187=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBBB is #B23444. Grayscale: #A3A3A3. Windows color (decimal): -11678789 or 12307277. OLE color: 12307277.

HSL color Cylindrical-coordinate representation of color #4DCBBB: hue angle of 172.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCBBB is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 203 187 -
CMYK 0.62 0 0.08 0.20
HSL 172.38º 0.55% 0.55% -
HSV(B) 172.38º 0.62% 0.8% -
XYZ 33.39 47.88 54.5 -
YUV 163.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 77 203 187 0.62 0 0.08 0.20 172.38 0.55 0.55
Hex 4D CB BB 3E 0 8 14 AC 37 37
Octal 115 313 273 76 0 10 24 254 67 67
Binary 1001101 11001011 10111011 111110 0 1000 10100 10101100 110111 110111

Color Harmonies of #4DCBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCBBB

Black with #4DCBBB

Text Example


Text Example

White with #4DCBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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