Html Css Color HEX #4DEBDC Turquoise

📋 copy color: '#4DEBDC'

red 77 ◦ green 235 ◦ blue 220

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

Shades of Turquoise #4DEBDC

Tints of Turquoise #4DEBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 14.47%
G = 44.17%
B = 41.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#4DEBDC (or 0x4DEBDC) is known color: Turquoise. HEX triplet: 4D, EB and DC. RGB value is (77,235,220). Sum of RGB (Red+Green+Blue) = 77+235+220=532 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.47% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #4DEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEBDC is #B21423. Grayscale: #B9B9B9. Windows color (decimal): -11670564 or 14478157. OLE color: 14478157.

HSL color Cylindrical-coordinate representation of color #4DEBDC: hue angle of 174.3º 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 #4DEBDC is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 235 220 -
CMYK 0.67 0 0.06 0.08
HSL 174.3º 0.8% 0.61% -
HSV(B) 174.3º 0.67% 0.92% -
XYZ 45.69 66.16 78.07 -
YUV 186.05 147.15 50.22 -
System Red Green Blue C M Y K H S L
Decimal 77 235 220 0.67 0 0.06 0.08 174.3 0.8 0.61
Hex 4D EB DC 43 0 6 8 AE 50 3D
Octal 115 353 334 103 0 6 10 256 120 75
Binary 1001101 11101011 11011100 1000011 0 110 1000 10101110 1010000 111101

Color Harmonies of #4DEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEBDC

Black with #4DEBDC

Text Example


Text Example

White with #4DEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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