Html Css Color HEX #4EEBEB Turquoise

📋 copy color: '#4EEBEB'

red 78 ◦ green 235 ◦ blue 235

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

Shades of Turquoise #4EEBEB

Tints of Turquoise #4EEBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.88%

R = 14.23%
G = 42.88%
B = 42.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4EEBEB (or 0x4EEBEB) is known color: Turquoise. HEX triplet: 4E, EB and EB. RGB value is (78,235,235). Sum of RGB (Red+Green+Blue) = 78+235+235=548 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.23% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #4EEBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEBEB is #B11414. Grayscale: #BBBBBB. Windows color (decimal): -11605013 or 15461198. OLE color: 15461198.

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

Color convert

RGB 78 235 235 -
CMYK 0.67 0 0 0.08
HSL 180º 0.8% 0.61% -
HSV(B) 180º 0.67% 0.92% -
XYZ 47.85 67.03 89.01 -
YUV 188.06 154.49 49.5 -
System Red Green Blue C M Y K H S L
Decimal 78 235 235 0.67 0 0 0.08 180 0.8 0.61
Hex 4E EB EB 43 0 0 8 B4 50 3D
Octal 116 353 353 103 0 0 10 264 120 75
Binary 1001110 11101011 11101011 1000011 0 0 1000 10110100 1010000 111101

Color Harmonies of #4EEBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBEB

Black with #4EEBEB

Text Example


Text Example

White with #4EEBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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