Html Css Color HEX #4DDEBC Turquoise

📋 copy color: '#4DDEBC'

red 77 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #4DDEBC

Tints of Turquoise #4DDEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 15.81%
G = 45.59%
B = 38.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#4DDEBC (or 0x4DDEBC) is known color: Turquoise. HEX triplet: 4D, DE and BC. RGB value is (77,222,188). Sum of RGB (Red+Green+Blue) = 77+222+188=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDEBC is #B22143. Grayscale: #AEAEAE. Windows color (decimal): -11673924 or 12377677. OLE color: 12377677.

HSL color Cylindrical-coordinate representation of color #4DDEBC: hue angle of 165.93º 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 #4DDEBC is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 222 188 -
CMYK 0.65 0 0.15 0.13
HSL 165.93º 0.69% 0.59% -
HSV(B) 165.93º 0.65% 0.87% -
XYZ 38.26 57.45 56.65 -
YUV 174.77 135.46 58.26 -
System Red Green Blue C M Y K H S L
Decimal 77 222 188 0.65 0 0.15 0.13 165.93 0.69 0.59
Hex 4D DE BC 41 0 F D A6 45 3B
Octal 115 336 274 101 0 17 15 246 105 73
Binary 1001101 11011110 10111100 1000001 0 1111 1101 10100110 1000101 111011

Color Harmonies of #4DDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDEBC

Black with #4DDEBC

Text Example


Text Example

White with #4DDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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