Html Css Color HEX #4DEDEC Turquoise

📋 copy color: '#4DEDEC'

red 77 ◦ green 237 ◦ blue 236

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

Shades of Turquoise #4DEDEC

Tints of Turquoise #4DEDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.09%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 14%
G = 43.09%
B = 42.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#4DEDEC (or 0x4DEDEC) is known color: Turquoise. HEX triplet: 4D, ED and EC. RGB value is (77,237,236). Sum of RGB (Red+Green+Blue) = 77+237+236=550 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DEDEC is #B21213. Grayscale: #BCBCBC. Windows color (decimal): -11670036 or 15527245. OLE color: 15527245.

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

Color convert

RGB 77 237 236 -
CMYK 0.68 0 0.00 0.07
HSL 179.63º 0.82% 0.62% -
HSV(B) 179.63º 0.68% 0.93% -
XYZ 48.49 68.2 89.97 -
YUV 189.05 154.49 48.08 -
System Red Green Blue C M Y K H S L
Decimal 77 237 236 0.68 0 0.00 0.07 179.63 0.82 0.62
Hex 4D ED EC 44 0 0 7 B4 52 3E
Octal 115 355 354 104 0 0 7 264 122 76
Binary 1001101 11101101 11101100 1000100 0 0 111 10110100 1010010 111110

Color Harmonies of #4DEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEDEC

Black with #4DEDEC

Text Example


Text Example

White with #4DEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,237,236); }

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

background-color css

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

 a { background-color: rgb(77,237,236); }

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

border-color css

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

 span { border-color: rgb(77,237,236); }

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