Html Css Color HEX #4EEFEB Turquoise

📋 copy color: '#4EEFEB'

red 78 ◦ green 239 ◦ blue 235

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

Shades of Turquoise #4EEFEB

Tints of Turquoise #4EEFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.3%

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

R = 14.13%
G = 43.3%
B = 42.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#4EEFEB (or 0x4EEFEB) is known color: Turquoise. HEX triplet: 4E, EF and EB. RGB value is (78,239,235). Sum of RGB (Red+Green+Blue) = 78+239+235=552 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.13% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEFEB is #B11014. Grayscale: #BEBEBE. Windows color (decimal): -11603989 or 15462222. OLE color: 15462222.

HSL color Cylindrical-coordinate representation of color #4EEFEB: hue angle of 178.51º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFEB is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 239 235 -
CMYK 0.67 0 0.02 0.06
HSL 178.51º 0.83% 0.62% -
HSV(B) 178.51º 0.67% 0.94% -
XYZ 49 69.35 89.4 -
YUV 190.41 153.16 47.83 -
System Red Green Blue C M Y K H S L
Decimal 78 239 235 0.67 0 0.02 0.06 178.51 0.83 0.62
Hex 4E EF EB 43 0 2 6 B3 53 3E
Octal 116 357 353 103 0 2 6 263 123 76
Binary 1001110 11101111 11101011 1000011 0 10 110 10110011 1010011 111110

Color Harmonies of #4EEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEFEB

Black with #4EEFEB

Text Example


Text Example

White with #4EEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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