Html Css Color HEX #4DFABB Turquoise

📋 copy color: '#4DFABB'

red 77 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #4DFABB

Tints of Turquoise #4DFABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 14.98%
G = 48.64%
B = 36.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#4DFABB (or 0x4DFABB) is known color: Turquoise. HEX triplet: 4D, FA and BB. RGB value is (77,250,187). Sum of RGB (Red+Green+Blue) = 77+250+187=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFABB is #B20544. Grayscale: #BFBFBF. Windows color (decimal): -11666757 or 12319309. OLE color: 12319309.

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

Color convert

RGB 77 250 187 -
CMYK 0.69 0 0.25 0.02
HSL 158.15º 0.95% 0.64% -
HSV(B) 158.15º 0.69% 0.98% -
XYZ 46.22 73.54 58.77 -
YUV 191.09 125.69 46.62 -
System Red Green Blue C M Y K H S L
Decimal 77 250 187 0.69 0 0.25 0.02 158.15 0.95 0.64
Hex 4D FA BB 45 0 19 2 9E 5F 40
Octal 115 372 273 105 0 31 2 236 137 100
Binary 1001101 11111010 10111011 1000101 0 11001 10 10011110 1011111 1000000

Color Harmonies of #4DFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFABB

Black with #4DFABB

Text Example


Text Example

White with #4DFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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