Html Css Color HEX #4DEEB9 Turquoise

📋 copy color: '#4DEEB9'

red 77 ◦ green 238 ◦ blue 185

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

Shades of Turquoise #4DEEB9

Tints of Turquoise #4DEEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37%

R = 15.4%
G = 47.6%
B = 37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#4DEEB9 (or 0x4DEEB9) is known color: Turquoise. HEX triplet: 4D, EE and B9. RGB value is (77,238,185). Sum of RGB (Red+Green+Blue) = 77+238+185=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DEEB9 is #B21146. Grayscale: #B7B7B7. Windows color (decimal): -11669831 or 12185165. OLE color: 12185165.

HSL color Cylindrical-coordinate representation of color #4DEEB9: hue angle of 160.25º 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 #4DEEB9 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 238 185 -
CMYK 0.68 0 0.22 0.07
HSL 160.25º 0.83% 0.62% -
HSV(B) 160.25º 0.68% 0.93% -
XYZ 42.39 66.23 56.45 -
YUV 183.82 128.66 51.81 -
System Red Green Blue C M Y K H S L
Decimal 77 238 185 0.68 0 0.22 0.07 160.25 0.83 0.62
Hex 4D EE B9 44 0 16 7 A0 53 3E
Octal 115 356 271 104 0 26 7 240 123 76
Binary 1001101 11101110 10111001 1000100 0 10110 111 10100000 1010011 111110

Color Harmonies of #4DEEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEEB9

Black with #4DEEB9

Text Example


Text Example

White with #4DEEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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