Html Css Color HEX #4EFFB6 Turquoise

📋 copy color: '#4EFFB6'

red 78 ◦ green 255 ◦ blue 182

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

Shades of Turquoise #4EFFB6

Tints of Turquoise #4EFFB6

RGB

 RED value IS 78 (30.86% from 255) = 15.15%

 GREEN value IS 255 (100% from 255) = 49.51%

 BLUE value IS 182 (71.48% from 255) = 35.34%

R = 15.15%
G = 49.51%
B = 35.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#4EFFB6 (or 0x4EFFB6) is known color: Turquoise. HEX triplet: 4E, FF and B6. RGB value is (78,255,182). Sum of RGB (Red+Green+Blue) = 78+255+182=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFB6 is #B10049. Grayscale: #C1C1C1. Windows color (decimal): -11599946 or 11992910. OLE color: 11992910.

HSL color Cylindrical-coordinate representation of color #4EFFB6: hue angle of 155.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFB6 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 78 255 182 -
CMYK 0.69 0 0.29 0
HSL 155.25º 1% 0.65% -
HSV(B) 155.25º 0.69% 1% -
XYZ 47.35 76.52 56.53 -
YUV 193.76 121.36 45.44 -
System Red Green Blue C M Y K H S L
Decimal 78 255 182 0.69 0 0.29 0 155.25 1 0.65
Hex 4E FF B6 45 0 1D 0 9B 64 41
Octal 116 377 266 105 0 35 0 233 144 101
Binary 1001110 11111111 10110110 1000101 0 11101 0 10011011 1100100 1000001

Color Harmonies of #4EFFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFB6

Black with #4EFFB6

Text Example


Text Example

White with #4EFFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,255,182); }

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

background-color css

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

 a { background-color: rgb(78,255,182); }

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

border-color css

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

 span { border-color: rgb(78,255,182); }

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