Html Css Color HEX #4DE2DC Turquoise

📋 copy color: '#4DE2DC'

red 77 ◦ green 226 ◦ blue 220

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

Shades of Turquoise #4DE2DC

Tints of Turquoise #4DE2DC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.21%

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

R = 14.72%
G = 43.21%
B = 42.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#4DE2DC (or 0x4DE2DC) is known color: Turquoise. HEX triplet: 4D, E2 and DC. RGB value is (77,226,220). Sum of RGB (Red+Green+Blue) = 77+226+220=523 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.72% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #4DE2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DE2DC is #B21D23. Grayscale: #B4B4B4. Windows color (decimal): -11672868 or 14475853. OLE color: 14475853.

HSL color Cylindrical-coordinate representation of color #4DE2DC: hue angle of 177.58º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE2DC is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 77 226 220 -
CMYK 0.66 0 0.03 0.11
HSL 177.58º 0.72% 0.59% -
HSV(B) 177.58º 0.66% 0.89% -
XYZ 43.18 61.14 77.24 -
YUV 180.77 150.14 53.99 -
System Red Green Blue C M Y K H S L
Decimal 77 226 220 0.66 0 0.03 0.11 177.58 0.72 0.59
Hex 4D E2 DC 42 0 3 B B2 48 3B
Octal 115 342 334 102 0 3 13 262 110 73
Binary 1001101 11100010 11011100 1000010 0 11 1011 10110010 1001000 111011

Color Harmonies of #4DE2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE2DC

Black with #4DE2DC

Text Example


Text Example

White with #4DE2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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