Html Css Color HEX #4DEBCD Turquoise

📋 copy color: '#4DEBCD'

red 77 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #4DEBCD

Tints of Turquoise #4DEBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.45%

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

R = 14.89%
G = 45.45%
B = 39.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#4DEBCD (or 0x4DEBCD) is known color: Turquoise. HEX triplet: 4D, EB and CD. RGB value is (77,235,205). Sum of RGB (Red+Green+Blue) = 77+235+205=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEBCD is #B21432. Grayscale: #B8B8B8. Windows color (decimal): -11670579 or 13495117. OLE color: 13495117.

HSL color Cylindrical-coordinate representation of color #4DEBCD: hue angle of 168.61º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DEBCD is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 235 205 -
CMYK 0.67 0 0.13 0.08
HSL 168.61º 0.8% 0.61% -
HSV(B) 168.61º 0.67% 0.92% -
XYZ 43.79 65.4 68.07 -
YUV 184.34 139.65 51.44 -
System Red Green Blue C M Y K H S L
Decimal 77 235 205 0.67 0 0.13 0.08 168.61 0.8 0.61
Hex 4D EB CD 43 0 D 8 A9 50 3D
Octal 115 353 315 103 0 15 10 251 120 75
Binary 1001101 11101011 11001101 1000011 0 1101 1000 10101001 1010000 111101

Color Harmonies of #4DEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEBCD

Black with #4DEBCD

Text Example


Text Example

White with #4DEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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