Html Css Color HEX #4EEBEC Turquoise

📋 copy color: '#4EEBEC'

red 78 ◦ green 235 ◦ blue 236

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

Shades of Turquoise #4EEBEC

Tints of Turquoise #4EEBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 14.21%
G = 42.81%
B = 42.99%

CMYK

 C value IS 0.67

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4EEBEC (or 0x4EEBEC) is known color: Turquoise. HEX triplet: 4E, EB and EC. RGB value is (78,235,236). Sum of RGB (Red+Green+Blue) = 78+235+236=549 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.21% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #4EEBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEBEC is #B11413. Grayscale: #BCBCBC. Windows color (decimal): -11605012 or 15526734. OLE color: 15526734.

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

Color convert

RGB 78 235 236 -
CMYK 0.67 0.00 0 0.07
HSL 180.38º 0.81% 0.62% -
HSV(B) 180.38º 0.67% 0.93% -
XYZ 47.99 67.09 89.78 -
YUV 188.17 154.99 49.42 -
System Red Green Blue C M Y K H S L
Decimal 78 235 236 0.67 0.00 0 0.07 180.38 0.81 0.62
Hex 4E EB EC 43 0 0 7 B4 51 3E
Octal 116 353 354 103 0 0 7 264 121 76
Binary 1001110 11101011 11101100 1000011 0 0 111 10110100 1010001 111110

Color Harmonies of #4EEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBEC

Black with #4EEBEC

Text Example


Text Example

White with #4EEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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