Html Css Color HEX #4EEBC7 Turquoise

📋 copy color: '#4EEBC7'

red 78 ◦ green 235 ◦ blue 199

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

Shades of Turquoise #4EEBC7

Tints of Turquoise #4EEBC7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.9%

 BLUE value IS 199 (78.13% from 255) = 38.87%

R = 15.23%
G = 45.9%
B = 38.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#4EEBC7 (or 0x4EEBC7) is known color: Turquoise. HEX triplet: 4E, EB and C7. RGB value is (78,235,199). Sum of RGB (Red+Green+Blue) = 78+235+199=512 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.23% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBC7 is #B11438. Grayscale: #B7B7B7. Windows color (decimal): -11605049 or 13101902. OLE color: 13101902.

HSL color Cylindrical-coordinate representation of color #4EEBC7: hue angle of 166.24º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEBC7 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 235 199 -
CMYK 0.67 0 0.15 0.08
HSL 166.24º 0.8% 0.61% -
HSV(B) 166.24º 0.67% 0.92% -
XYZ 43.16 65.16 64.34 -
YUV 183.95 136.49 52.43 -
System Red Green Blue C M Y K H S L
Decimal 78 235 199 0.67 0 0.15 0.08 166.24 0.8 0.61
Hex 4E EB C7 43 0 F 8 A6 50 3D
Octal 116 353 307 103 0 17 10 246 120 75
Binary 1001110 11101011 11000111 1000011 0 1111 1000 10100110 1010000 111101

Color Harmonies of #4EEBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBC7

Black with #4EEBC7

Text Example


Text Example

White with #4EEBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,235,199); }

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

background-color css

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

 a { background-color: rgb(78,235,199); }

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

border-color css

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

 span { border-color: rgb(78,235,199); }

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