Html Css Color HEX #4DDEBA Turquoise

📋 copy color: '#4DDEBA'

red 77 ◦ green 222 ◦ blue 186

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

Shades of Turquoise #4DDEBA

Tints of Turquoise #4DDEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.77%

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 15.88%
G = 45.77%
B = 38.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#4DDEBA (or 0x4DDEBA) is known color: Turquoise. HEX triplet: 4D, DE and BA. RGB value is (77,222,186). Sum of RGB (Red+Green+Blue) = 77+222+186=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDEBA is #B22145. Grayscale: #AEAEAE. Windows color (decimal): -11673926 or 12246605. OLE color: 12246605.

HSL color Cylindrical-coordinate representation of color #4DDEBA: hue angle of 165.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDEBA is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 222 186 -
CMYK 0.65 0 0.16 0.13
HSL 165.1º 0.69% 0.59% -
HSV(B) 165.1º 0.65% 0.87% -
XYZ 38.04 57.37 55.52 -
YUV 174.54 134.46 58.43 -
System Red Green Blue C M Y K H S L
Decimal 77 222 186 0.65 0 0.16 0.13 165.1 0.69 0.59
Hex 4D DE BA 41 0 10 D A5 45 3B
Octal 115 336 272 101 0 20 15 245 105 73
Binary 1001101 11011110 10111010 1000001 0 10000 1101 10100101 1000101 111011

Color Harmonies of #4DDEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDEBA

Black with #4DDEBA

Text Example


Text Example

White with #4DDEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,222,186); }

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

background-color css

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

 a { background-color: rgb(77,222,186); }

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

border-color css

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

 span { border-color: rgb(77,222,186); }

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