Html Css Color HEX #4EF6BA Turquoise

📋 copy color: '#4EF6BA'

red 78 ◦ green 246 ◦ blue 186

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

Shades of Turquoise #4EF6BA

Tints of Turquoise #4EF6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.24%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 15.29%
G = 48.24%
B = 36.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#4EF6BA (or 0x4EF6BA) is known color: Turquoise. HEX triplet: 4E, F6 and BA. RGB value is (78,246,186). Sum of RGB (Red+Green+Blue) = 78+246+186=510 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.29% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 246 - color contains mainly: green. Hex color #4EF6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF6BA is #B10945. Grayscale: #BDBDBD. Windows color (decimal): -11602246 or 12252750. OLE color: 12252750.

HSL color Cylindrical-coordinate representation of color #4EF6BA: hue angle of 158.57º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF6BA is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 78 246 186 -
CMYK 0.68 0 0.24 0.04
HSL 158.57º 0.9% 0.64% -
HSV(B) 158.57º 0.68% 0.96% -
XYZ 44.96 71.08 57.8 -
YUV 188.93 126.34 48.88 -
System Red Green Blue C M Y K H S L
Decimal 78 246 186 0.68 0 0.24 0.04 158.57 0.9 0.64
Hex 4E F6 BA 44 0 18 4 9F 5A 40
Octal 116 366 272 104 0 30 4 237 132 100
Binary 1001110 11110110 10111010 1000100 0 11000 100 10011111 1011010 1000000

Color Harmonies of #4EF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF6BA

Black with #4EF6BA

Text Example


Text Example

White with #4EF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,246,186); }

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

background-color css

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

 a { background-color: rgb(78,246,186); }

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

border-color css

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

 span { border-color: rgb(78,246,186); }

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