Html Css Color HEX #4DF7E9 Turquoise

📋 copy color: '#4DF7E9'

red 77 ◦ green 247 ◦ blue 233

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

Shades of Turquoise #4DF7E9

Tints of Turquoise #4DF7E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.83%

R = 13.82%
G = 44.34%
B = 41.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#4DF7E9 (or 0x4DF7E9) is known color: Turquoise. HEX triplet: 4D, F7 and E9. RGB value is (77,247,233). Sum of RGB (Red+Green+Blue) = 77+247+233=557 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.82% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF7E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF7E9 is #B20816. Grayscale: #C2C2C2. Windows color (decimal): -11667479 or 15333197. OLE color: 15333197.

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

Color convert

RGB 77 247 233 -
CMYK 0.69 0 0.06 0.03
HSL 175.06º 0.91% 0.64% -
HSV(B) 175.06º 0.69% 0.97% -
XYZ 51.03 73.98 88.68 -
YUV 194.57 149.68 44.14 -
System Red Green Blue C M Y K H S L
Decimal 77 247 233 0.69 0 0.06 0.03 175.06 0.91 0.64
Hex 4D F7 E9 45 0 6 3 AF 5B 40
Octal 115 367 351 105 0 6 3 257 133 100
Binary 1001101 11110111 11101001 1000101 0 110 11 10101111 1011011 1000000

Color Harmonies of #4DF7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF7E9

Black with #4DF7E9

Text Example


Text Example

White with #4DF7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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