Html Css Color HEX #4EECE7 Turquoise

📋 copy color: '#4EECE7'

red 78 ◦ green 236 ◦ blue 231

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

Shades of Turquoise #4EECE7

Tints of Turquoise #4EECE7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.3%

 BLUE value IS 231 (90.63% from 255) = 42.39%

R = 14.31%
G = 43.3%
B = 42.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#4EECE7 (or 0x4EECE7) is known color: Turquoise. HEX triplet: 4E, EC and E7. RGB value is (78,236,231). Sum of RGB (Red+Green+Blue) = 78+236+231=545 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.31% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EECE7 is #B11318. Grayscale: #BCBCBC. Windows color (decimal): -11604761 or 15199310. OLE color: 15199310.

HSL color Cylindrical-coordinate representation of color #4EECE7: hue angle of 178.1º degrees, saturation: 0.81, 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 #4EECE7 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 236 231 -
CMYK 0.67 0 0.02 0.07
HSL 178.1º 0.81% 0.62% -
HSV(B) 178.1º 0.67% 0.93% -
XYZ 47.56 67.38 86.1 -
YUV 188.19 152.15 49.41 -
System Red Green Blue C M Y K H S L
Decimal 78 236 231 0.67 0 0.02 0.07 178.1 0.81 0.62
Hex 4E EC E7 43 0 2 7 B2 51 3E
Octal 116 354 347 103 0 2 7 262 121 76
Binary 1001110 11101100 11100111 1000011 0 10 111 10110010 1010001 111110

Color Harmonies of #4EECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECE7

Black with #4EECE7

Text Example


Text Example

White with #4EECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,236,231); }

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

background-color css

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

 a { background-color: rgb(78,236,231); }

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

border-color css

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

 span { border-color: rgb(78,236,231); }

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