Html Css Color HEX #4DFAB0 Turquoise

📋 copy color: '#4DFAB0'

red 77 ◦ green 250 ◦ blue 176

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

Shades of Turquoise #4DFAB0

Tints of Turquoise #4DFAB0

RGB

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

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

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

R = 15.31%
G = 49.7%
B = 34.99%

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

#4DFAB0 (or 0x4DFAB0) is known color: Turquoise. HEX triplet: 4D, FA and B0. RGB value is (77,250,176). Sum of RGB (Red+Green+Blue) = 77+250+176=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFAB0 is #B2054F. Grayscale: #BDBDBD. Windows color (decimal): -11666768 or 11598413. OLE color: 11598413.

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

Color convert

RGB 77 250 176 -
CMYK 0.69 0 0.30 0.02
HSL 154.34º 0.95% 0.64% -
HSV(B) 154.34º 0.69% 0.98% -
XYZ 45.08 73.08 52.8 -
YUV 189.84 120.19 47.52 -
System Red Green Blue C M Y K H S L
Decimal 77 250 176 0.69 0 0.30 0.02 154.34 0.95 0.64
Hex 4D FA B0 45 0 1E 2 9A 5F 40
Octal 115 372 260 105 0 36 2 232 137 100
Binary 1001101 11111010 10110000 1000101 0 11110 10 10011010 1011111 1000000

Color Harmonies of #4DFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAB0

Black with #4DFAB0

Text Example


Text Example

White with #4DFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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