Html Css Color HEX #4DF7ED Turquoise

📋 copy color: '#4DF7ED'

red 77 ◦ green 247 ◦ blue 237

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

Shades of Turquoise #4DF7ED

Tints of Turquoise #4DF7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 13.73%
G = 44.03%
B = 42.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#4DF7ED (or 0x4DF7ED) is known color: Turquoise. HEX triplet: 4D, F7 and ED. RGB value is (77,247,237). Sum of RGB (Red+Green+Blue) = 77+247+237=561 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.73% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF7ED is #B20812. Grayscale: #C2C2C2. Windows color (decimal): -11667475 or 15595341. OLE color: 15595341.

HSL color Cylindrical-coordinate representation of color #4DF7ED: hue angle of 176.47º 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 #4DF7ED is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 247 237 -
CMYK 0.69 0 0.04 0.03
HSL 176.47º 0.91% 0.64% -
HSV(B) 176.47º 0.69% 0.97% -
XYZ 51.61 74.21 91.73 -
YUV 195.03 151.68 43.81 -
System Red Green Blue C M Y K H S L
Decimal 77 247 237 0.69 0 0.04 0.03 176.47 0.91 0.64
Hex 4D F7 ED 45 0 4 3 B0 5B 40
Octal 115 367 355 105 0 4 3 260 133 100
Binary 1001101 11110111 11101101 1000101 0 100 11 10110000 1011011 1000000

Color Harmonies of #4DF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF7ED

Black with #4DF7ED

Text Example


Text Example

White with #4DF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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