Html Css Color HEX #4EFFBB Turquoise

📋 copy color: '#4EFFBB'

red 78 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #4EFFBB

Tints of Turquoise #4EFFBB

RGB

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

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

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

R = 15%
G = 49.04%
B = 35.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#4EFFBB (or 0x4EFFBB) is known color: Turquoise. HEX triplet: 4E, FF and BB. RGB value is (78,255,187). Sum of RGB (Red+Green+Blue) = 78+255+187=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFBB is #B10044. Grayscale: #C2C2C2. Windows color (decimal): -11599941 or 12320590. OLE color: 12320590.

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

Color convert

RGB 78 255 187 -
CMYK 0.69 0 0.27 0
HSL 156.95º 1% 0.65% -
HSV(B) 156.95º 0.69% 1% -
XYZ 47.87 76.73 59.3 -
YUV 194.33 123.86 45.03 -
System Red Green Blue C M Y K H S L
Decimal 78 255 187 0.69 0 0.27 0 156.95 1 0.65
Hex 4E FF BB 45 0 1B 0 9D 64 41
Octal 116 377 273 105 0 33 0 235 144 101
Binary 1001110 11111111 10111011 1000101 0 11011 0 10011101 1100100 1000001

Color Harmonies of #4EFFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFBB

Black with #4EFFBB

Text Example


Text Example

White with #4EFFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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