Html Css Color HEX #4DF9C4 Turquoise

📋 copy color: '#4DF9C4'

red 77 ◦ green 249 ◦ blue 196

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

Shades of Turquoise #4DF9C4

Tints of Turquoise #4DF9C4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.7%

 BLUE value IS 196 (76.95% from 255) = 37.55%

R = 14.75%
G = 47.7%
B = 37.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#4DF9C4 (or 0x4DF9C4) is known color: Turquoise. HEX triplet: 4D, F9 and C4. RGB value is (77,249,196). Sum of RGB (Red+Green+Blue) = 77+249+196=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF9C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF9C4 is #B2063B. Grayscale: #BFBFBF. Windows color (decimal): -11667004 or 12908877. OLE color: 12908877.

HSL color Cylindrical-coordinate representation of color #4DF9C4: hue angle of 161.51º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF9C4 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 249 196 -
CMYK 0.69 0 0.21 0.02
HSL 161.51º 0.93% 0.64% -
HSV(B) 161.51º 0.69% 0.98% -
XYZ 46.9 73.31 63.9 -
YUV 191.53 130.52 46.31 -
System Red Green Blue C M Y K H S L
Decimal 77 249 196 0.69 0 0.21 0.02 161.51 0.93 0.64
Hex 4D F9 C4 45 0 15 2 A2 5D 40
Octal 115 371 304 105 0 25 2 242 135 100
Binary 1001101 11111001 11000100 1000101 0 10101 10 10100010 1011101 1000000

Color Harmonies of #4DF9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF9C4

Black with #4DF9C4

Text Example


Text Example

White with #4DF9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,249,196); }

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

background-color css

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

 a { background-color: rgb(77,249,196); }

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

border-color css

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

 span { border-color: rgb(77,249,196); }

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