Html Css Color HEX #4EFACE Turquoise

📋 copy color: '#4EFACE'

red 78 ◦ green 250 ◦ blue 206

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

Shades of Turquoise #4EFACE

Tints of Turquoise #4EFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.82%

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 14.61%
G = 46.82%
B = 38.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#4EFACE (or 0x4EFACE) is known color: Turquoise. HEX triplet: 4E, FA and CE. RGB value is (78,250,206). Sum of RGB (Red+Green+Blue) = 78+250+206=534 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.61% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFACE is #B10531. Grayscale: #C1C1C1. Windows color (decimal): -11601202 or 13564494. OLE color: 13564494.

HSL color Cylindrical-coordinate representation of color #4EFACE: hue angle of 164.65º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFACE is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 250 206 -
CMYK 0.69 0 0.18 0.02
HSL 164.65º 0.95% 0.64% -
HSV(B) 164.65º 0.69% 0.98% -
XYZ 48.47 74.45 70.21 -
YUV 193.56 135.02 45.58 -
System Red Green Blue C M Y K H S L
Decimal 78 250 206 0.69 0 0.18 0.02 164.65 0.95 0.64
Hex 4E FA CE 45 0 12 2 A5 5F 40
Octal 116 372 316 105 0 22 2 245 137 100
Binary 1001110 11111010 11001110 1000101 0 10010 10 10100101 1011111 1000000

Color Harmonies of #4EFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFACE

Black with #4EFACE

Text Example


Text Example

White with #4EFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,250,206); }

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

background-color css

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

 a { background-color: rgb(78,250,206); }

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

border-color css

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

 span { border-color: rgb(78,250,206); }

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