Html Css Color HEX #4EEBC6 Turquoise

📋 copy color: '#4EEBC6'

red 78 ◦ green 235 ◦ blue 198

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

Shades of Turquoise #4EEBC6

Tints of Turquoise #4EEBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.75%

R = 15.26%
G = 45.99%
B = 38.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#4EEBC6 (or 0x4EEBC6) is known color: Turquoise. HEX triplet: 4E, EB and C6. RGB value is (78,235,198). Sum of RGB (Red+Green+Blue) = 78+235+198=511 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.26% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBC6 is #B11439. Grayscale: #B7B7B7. Windows color (decimal): -11605050 or 13036366. OLE color: 13036366.

HSL color Cylindrical-coordinate representation of color #4EEBC6: hue angle of 165.86º 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 #4EEBC6 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 235 198 -
CMYK 0.67 0 0.16 0.08
HSL 165.86º 0.8% 0.61% -
HSV(B) 165.86º 0.67% 0.92% -
XYZ 43.04 65.11 63.73 -
YUV 183.84 135.99 52.51 -
System Red Green Blue C M Y K H S L
Decimal 78 235 198 0.67 0 0.16 0.08 165.86 0.8 0.61
Hex 4E EB C6 43 0 10 8 A6 50 3D
Octal 116 353 306 103 0 20 10 246 120 75
Binary 1001110 11101011 11000110 1000011 0 10000 1000 10100110 1010000 111101

Color Harmonies of #4EEBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBC6

Black with #4EEBC6

Text Example


Text Example

White with #4EEBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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