Html Css Color HEX #4DFAC6 Turquoise

📋 copy color: '#4DFAC6'

red 77 ◦ green 250 ◦ blue 198

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

Shades of Turquoise #4DFAC6

Tints of Turquoise #4DFAC6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.62%

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 14.67%
G = 47.62%
B = 37.71%

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

#4DFAC6 (or 0x4DFAC6) is known color: Turquoise. HEX triplet: 4D, FA and C6. RGB value is (77,250,198). Sum of RGB (Red+Green+Blue) = 77+250+198=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFAC6 is #B20539. Grayscale: #C0C0C0. Windows color (decimal): -11666746 or 13040205. OLE color: 13040205.

HSL color Cylindrical-coordinate representation of color #4DFAC6: hue angle of 161.97º degrees, saturation: 0.95, 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 #4DFAC6 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 198 -
CMYK 0.69 0 0.21 0.02
HSL 161.97º 0.95% 0.64% -
HSV(B) 161.97º 0.69% 0.98% -
XYZ 47.44 74.03 65.21 -
YUV 192.35 131.19 45.73 -
System Red Green Blue C M Y K H S L
Decimal 77 250 198 0.69 0 0.21 0.02 161.97 0.95 0.64
Hex 4D FA C6 45 0 15 2 A2 5F 40
Octal 115 372 306 105 0 25 2 242 137 100
Binary 1001101 11111010 11000110 1000101 0 10101 10 10100010 1011111 1000000

Color Harmonies of #4DFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAC6

Black with #4DFAC6

Text Example


Text Example

White with #4DFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,250,198); }

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

background-color css

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

 a { background-color: rgb(77,250,198); }

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

border-color css

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

 span { border-color: rgb(77,250,198); }

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