Html Css Color HEX #4EEEBA Turquoise

📋 copy color: '#4EEEBA'

red 78 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #4EEEBA

Tints of Turquoise #4EEEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.41%

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

R = 15.54%
G = 47.41%
B = 37.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#4EEEBA (or 0x4EEEBA) is known color: Turquoise. HEX triplet: 4E, EE and BA. RGB value is (78,238,186). Sum of RGB (Red+Green+Blue) = 78+238+186=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEBA is #B11145. Grayscale: #B8B8B8. Windows color (decimal): -11604294 or 12250702. OLE color: 12250702.

HSL color Cylindrical-coordinate representation of color #4EEEBA: hue angle of 160.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEEBA is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 238 186 -
CMYK 0.67 0 0.22 0.07
HSL 160.5º 0.82% 0.62% -
HSV(B) 160.5º 0.67% 0.93% -
XYZ 42.58 66.31 57.01 -
YUV 184.23 128.99 52.23 -
System Red Green Blue C M Y K H S L
Decimal 78 238 186 0.67 0 0.22 0.07 160.5 0.82 0.62
Hex 4E EE BA 43 0 16 7 A0 52 3E
Octal 116 356 272 103 0 26 7 240 122 76
Binary 1001110 11101110 10111010 1000011 0 10110 111 10100000 1010010 111110

Color Harmonies of #4EEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEEBA

Black with #4EEEBA

Text Example


Text Example

White with #4EEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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