Html Css Color HEX #4DF7EB Turquoise

📋 copy color: '#4DF7EB'

red 77 ◦ green 247 ◦ blue 235

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

Shades of Turquoise #4DF7EB

Tints of Turquoise #4DF7EB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.19%

 BLUE value IS 235 (92.19% from 255) = 42.04%

R = 13.77%
G = 44.19%
B = 42.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#4DF7EB (or 0x4DF7EB) is known color: Turquoise. HEX triplet: 4D, F7 and EB. RGB value is (77,247,235). Sum of RGB (Red+Green+Blue) = 77+247+235=559 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.77% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF7EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF7EB is #B20814. Grayscale: #C2C2C2. Windows color (decimal): -11667477 or 15464269. OLE color: 15464269.

HSL color Cylindrical-coordinate representation of color #4DF7EB: hue angle of 175.76º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF7EB is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 247 235 -
CMYK 0.69 0 0.05 0.03
HSL 175.76º 0.91% 0.64% -
HSV(B) 175.76º 0.69% 0.97% -
XYZ 51.32 74.1 90.19 -
YUV 194.8 150.68 43.98 -
System Red Green Blue C M Y K H S L
Decimal 77 247 235 0.69 0 0.05 0.03 175.76 0.91 0.64
Hex 4D F7 EB 45 0 5 3 B0 5B 40
Octal 115 367 353 105 0 5 3 260 133 100
Binary 1001101 11110111 11101011 1000101 0 101 11 10110000 1011011 1000000

Color Harmonies of #4DF7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF7EB

Black with #4DF7EB

Text Example


Text Example

White with #4DF7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,247,235); }

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

background-color css

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

 a { background-color: rgb(77,247,235); }

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

border-color css

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

 span { border-color: rgb(77,247,235); }

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