Html Css Color HEX #4DCBCD Medium Turquoise

📋 copy color: '#4DCBCD'

red 77 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #4DCBCD

Tints of Medium Turquoise #4DCBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 15.88%
G = 41.86%
B = 42.27%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DCBCD (or 0x4DCBCD) is known color: Medium Turquoise. HEX triplet: 4D, CB and CD. RGB value is (77,203,205). Sum of RGB (Red+Green+Blue) = 77+203+205=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DCBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBCD is #B23432. Grayscale: #A5A5A5. Windows color (decimal): -11678771 or 13486925. OLE color: 13486925.

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

Color convert

RGB 77 203 205 -
CMYK 0.62 0.01 0 0.20
HSL 180.94º 0.56% 0.55% -
HSV(B) 180.94º 0.62% 0.8% -
XYZ 35.44 48.7 65.29 -
YUV 165.55 150.26 64.84 -
System Red Green Blue C M Y K H S L
Decimal 77 203 205 0.62 0.01 0 0.20 180.94 0.56 0.55
Hex 4D CB CD 3E 1 0 14 B5 38 37
Octal 115 313 315 76 1 0 24 265 70 67
Binary 1001101 11001011 11001101 111110 1 0 10100 10110101 111000 110111

Color Harmonies of #4DCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCBCD

Black with #4DCBCD

Text Example


Text Example

White with #4DCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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