Html Css Color HEX #4DFBB0 Turquoise

📋 copy color: '#4DFBB0'

red 77 ◦ green 251 ◦ blue 176

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

Shades of Turquoise #4DFBB0

Tints of Turquoise #4DFBB0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.8%

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

R = 15.28%
G = 49.8%
B = 34.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#4DFBB0 (or 0x4DFBB0) is known color: Turquoise. HEX triplet: 4D, FB and B0. RGB value is (77,251,176). Sum of RGB (Red+Green+Blue) = 77+251+176=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFBB0 is #B2044F. Grayscale: #BEBEBE. Windows color (decimal): -11666512 or 11598669. OLE color: 11598669.

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

Color convert

RGB 77 251 176 -
CMYK 0.69 0 0.30 0.02
HSL 154.14º 0.96% 0.64% -
HSV(B) 154.14º 0.69% 0.98% -
XYZ 45.39 73.71 52.91 -
YUV 190.42 119.85 47.1 -
System Red Green Blue C M Y K H S L
Decimal 77 251 176 0.69 0 0.30 0.02 154.14 0.96 0.64
Hex 4D FB B0 45 0 1E 2 9A 60 40
Octal 115 373 260 105 0 36 2 232 140 100
Binary 1001101 11111011 10110000 1000101 0 11110 10 10011010 1100000 1000000

Color Harmonies of #4DFBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFBB0

Black with #4DFBB0

Text Example


Text Example

White with #4DFBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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