Html Css Color HEX #4DCBCB Medium Turquoise

📋 copy color: '#4DCBCB'

red 77 ◦ green 203 ◦ blue 203

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

Shades of Medium Turquoise #4DCBCB

Tints of Medium Turquoise #4DCBCB

RGB

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

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

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

R = 15.94%
G = 42.03%
B = 42.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DCBCB (or 0x4DCBCB) is known color: Medium Turquoise. HEX triplet: 4D, CB and CB. RGB value is (77,203,203). Sum of RGB (Red+Green+Blue) = 77+203+203=483 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.94% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #4DCBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBCB is #B23434. Grayscale: #A5A5A5. Windows color (decimal): -11678773 or 13355853. OLE color: 13355853.

HSL color Cylindrical-coordinate representation of color #4DCBCB: hue angle of 180º 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 #4DCBCB is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 203 203 -
CMYK 0.62 0 0 0.20
HSL 180º 0.55% 0.55% -
HSV(B) 180º 0.62% 0.8% -
XYZ 35.2 48.6 64.03 -
YUV 165.33 149.26 65 -
System Red Green Blue C M Y K H S L
Decimal 77 203 203 0.62 0 0 0.20 180 0.55 0.55
Hex 4D CB CB 3E 0 0 14 B4 37 37
Octal 115 313 313 76 0 0 24 264 67 67
Binary 1001101 11001011 11001011 111110 0 0 10100 10110100 110111 110111

Color Harmonies of #4DCBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCBCB

Black with #4DCBCB

Text Example


Text Example

White with #4DCBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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