Html Css Color HEX #4EF1BB Turquoise

📋 copy color: '#4EF1BB'

red 78 ◦ green 241 ◦ blue 187

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

Shades of Turquoise #4EF1BB

Tints of Turquoise #4EF1BB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.63%

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

R = 15.42%
G = 47.63%
B = 36.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#4EF1BB (or 0x4EF1BB) is known color: Turquoise. HEX triplet: 4E, F1 and BB. RGB value is (78,241,187). Sum of RGB (Red+Green+Blue) = 78+241+187=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF1BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF1BB is #B10E44. Grayscale: #BABABA. Windows color (decimal): -11603525 or 12317006. OLE color: 12317006.

HSL color Cylindrical-coordinate representation of color #4EF1BB: hue angle of 160.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF1BB is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 241 187 -
CMYK 0.68 0 0.22 0.05
HSL 160.12º 0.85% 0.63% -
HSV(B) 160.12º 0.68% 0.95% -
XYZ 43.57 68.12 57.87 -
YUV 186.11 128.5 50.89 -
System Red Green Blue C M Y K H S L
Decimal 78 241 187 0.68 0 0.22 0.05 160.12 0.85 0.63
Hex 4E F1 BB 44 0 16 5 A0 55 3F
Octal 116 361 273 104 0 26 5 240 125 77
Binary 1001110 11110001 10111011 1000100 0 10110 101 10100000 1010101 111111

Color Harmonies of #4EF1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF1BB

Black with #4EF1BB

Text Example


Text Example

White with #4EF1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,241,187); }

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

background-color css

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

 a { background-color: rgb(78,241,187); }

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

border-color css

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

 span { border-color: rgb(78,241,187); }

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