Html Css Color HEX #4EEFEF Turquoise

📋 copy color: '#4EEFEF'

red 78 ◦ green 239 ◦ blue 239

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

Shades of Turquoise #4EEFEF

Tints of Turquoise #4EEFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 14.03%
G = 42.99%
B = 42.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4EEFEF (or 0x4EEFEF) is known color: Turquoise. HEX triplet: 4E, EF and EF. RGB value is (78,239,239). Sum of RGB (Red+Green+Blue) = 78+239+239=556 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.03% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #4EEFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEFEF is #B11010. Grayscale: #BEBEBE. Windows color (decimal): -11603985 or 15724366. OLE color: 15724366.

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

Color convert

RGB 78 239 239 -
CMYK 0.67 0 0 0.06
HSL 180º 0.83% 0.62% -
HSV(B) 180º 0.67% 0.94% -
XYZ 49.59 69.58 92.48 -
YUV 190.86 155.16 47.5 -
System Red Green Blue C M Y K H S L
Decimal 78 239 239 0.67 0 0 0.06 180 0.83 0.62
Hex 4E EF EF 43 0 0 6 B4 53 3E
Octal 116 357 357 103 0 0 6 264 123 76
Binary 1001110 11101111 11101111 1000011 0 0 110 10110100 1010011 111110

Color Harmonies of #4EEFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEFEF

Black with #4EEFEF

Text Example


Text Example

White with #4EEFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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