Html Css Color HEX #4DFCC6 Turquoise

📋 copy color: '#4DFCC6'

red 77 ◦ green 252 ◦ blue 198

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

Shades of Turquoise #4DFCC6

Tints of Turquoise #4DFCC6

RGB

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

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

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

R = 14.61%
G = 47.82%
B = 37.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#4DFCC6 (or 0x4DFCC6) is known color: Turquoise. HEX triplet: 4D, FC and C6. RGB value is (77,252,198). Sum of RGB (Red+Green+Blue) = 77+252+198=527 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.61% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFCC6 is #B20339. Grayscale: #C1C1C1. Windows color (decimal): -11666234 or 13040717. OLE color: 13040717.

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

Color convert

RGB 77 252 198 -
CMYK 0.69 0 0.21 0.01
HSL 161.49º 0.97% 0.65% -
HSV(B) 161.49º 0.69% 0.99% -
XYZ 48.06 75.28 65.42 -
YUV 193.52 130.52 44.89 -
System Red Green Blue C M Y K H S L
Decimal 77 252 198 0.69 0 0.21 0.01 161.49 0.97 0.65
Hex 4D FC C6 45 0 15 1 A1 61 41
Octal 115 374 306 105 0 25 1 241 141 101
Binary 1001101 11111100 11000110 1000101 0 10101 1 10100001 1100001 1000001

Color Harmonies of #4DFCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCC6

Black with #4DFCC6

Text Example


Text Example

White with #4DFCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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