Html Css Color HEX #4DEEB6 Turquoise

📋 copy color: '#4DEEB6'

red 77 ◦ green 238 ◦ blue 182

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

Shades of Turquoise #4DEEB6

Tints of Turquoise #4DEEB6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.89%

 BLUE value IS 182 (71.48% from 255) = 36.62%

R = 15.49%
G = 47.89%
B = 36.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#4DEEB6 (or 0x4DEEB6) is known color: Turquoise. HEX triplet: 4D, EE and B6. RGB value is (77,238,182). Sum of RGB (Red+Green+Blue) = 77+238+182=497 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.49% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEEB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEEB6 is #B21149. Grayscale: #B7B7B7. Windows color (decimal): -11669834 or 11988557. OLE color: 11988557.

HSL color Cylindrical-coordinate representation of color #4DEEB6: hue angle of 159.13º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEEB6 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 238 182 -
CMYK 0.68 0 0.24 0.07
HSL 159.13º 0.83% 0.62% -
HSV(B) 159.13º 0.68% 0.93% -
XYZ 42.08 66.1 54.8 -
YUV 183.48 127.16 52.05 -
System Red Green Blue C M Y K H S L
Decimal 77 238 182 0.68 0 0.24 0.07 159.13 0.83 0.62
Hex 4D EE B6 44 0 18 7 9F 53 3E
Octal 115 356 266 104 0 30 7 237 123 76
Binary 1001101 11101110 10110110 1000100 0 11000 111 10011111 1010011 111110

Color Harmonies of #4DEEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEEB6

Black with #4DEEB6

Text Example


Text Example

White with #4DEEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,238,182); }

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

background-color css

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

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

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

border-color css

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

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

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