Html Css Color HEX #4DFCC1 Turquoise

📋 copy color: '#4DFCC1'

red 77 ◦ green 252 ◦ blue 193

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

Shades of Turquoise #4DFCC1

Tints of Turquoise #4DFCC1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.28%

 BLUE value IS 193 (75.78% from 255) = 36.97%

R = 14.75%
G = 48.28%
B = 36.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#4DFCC1 (or 0x4DFCC1) is known color: Turquoise. HEX triplet: 4D, FC and C1. RGB value is (77,252,193). Sum of RGB (Red+Green+Blue) = 77+252+193=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCC1 is #B2033E. Grayscale: #C1C1C1. Windows color (decimal): -11666239 or 12713037. OLE color: 12713037.

HSL color Cylindrical-coordinate representation of color #4DFCC1: hue angle of 159.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFCC1 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 252 193 -
CMYK 0.69 0 0.23 0.01
HSL 159.77º 0.97% 0.65% -
HSV(B) 159.77º 0.69% 0.99% -
XYZ 47.5 75.05 62.43 -
YUV 192.95 128.02 45.3 -
System Red Green Blue C M Y K H S L
Decimal 77 252 193 0.69 0 0.23 0.01 159.77 0.97 0.65
Hex 4D FC C1 45 0 17 1 A0 61 41
Octal 115 374 301 105 0 27 1 240 141 101
Binary 1001101 11111100 11000001 1000101 0 10111 1 10100000 1100001 1000001

Color Harmonies of #4DFCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCC1

Black with #4DFCC1

Text Example


Text Example

White with #4DFCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,252,193); }

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

background-color css

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

 a { background-color: rgb(77,252,193); }

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

border-color css

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

 span { border-color: rgb(77,252,193); }

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