Html Css Color HEX #4DFCB0 Turquoise

📋 copy color: '#4DFCB0'

red 77 ◦ green 252 ◦ blue 176

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

Shades of Turquoise #4DFCB0

Tints of Turquoise #4DFCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 15.25%
G = 49.9%
B = 34.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#4DFCB0 (or 0x4DFCB0) is known color: Turquoise. HEX triplet: 4D, FC and B0. RGB value is (77,252,176). Sum of RGB (Red+Green+Blue) = 77+252+176=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFCB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFCB0 is #B2034F. Grayscale: #BFBFBF. Windows color (decimal): -11666256 or 11598925. OLE color: 11598925.

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

Color convert

RGB 77 252 176 -
CMYK 0.69 0 0.30 0.01
HSL 153.94º 0.97% 0.65% -
HSV(B) 153.94º 0.69% 0.99% -
XYZ 45.71 74.33 53.01 -
YUV 191.01 119.52 46.68 -
System Red Green Blue C M Y K H S L
Decimal 77 252 176 0.69 0 0.30 0.01 153.94 0.97 0.65
Hex 4D FC B0 45 0 1E 1 9A 61 41
Octal 115 374 260 105 0 36 1 232 141 101
Binary 1001101 11111100 10110000 1000101 0 11110 1 10011010 1100001 1000001

Color Harmonies of #4DFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFCB0

Black with #4DFCB0

Text Example


Text Example

White with #4DFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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