Html Css Color HEX #4EE5EF Turquoise Blue

📋 copy color: '#4EE5EF'

red 78 ◦ green 229 ◦ blue 239

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

Shades of Turquoise Blue #4EE5EF

Tints of Turquoise Blue #4EE5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.94%

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

R = 14.29%
G = 41.94%
B = 43.77%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4EE5EF (or 0x4EE5EF) is known color: Turquoise Blue. HEX triplet: 4E, E5 and EF. RGB value is (78,229,239). Sum of RGB (Red+Green+Blue) = 78+229+239=546 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.29% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EE5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE5EF is #B11A10. Grayscale: #B8B8B8. Windows color (decimal): -11606545 or 15721806. OLE color: 15721806.

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

Color convert

RGB 78 229 239 -
CMYK 0.67 0.04 0 0.06
HSL 183.73º 0.83% 0.62% -
HSV(B) 183.73º 0.67% 0.94% -
XYZ 46.74 63.89 91.53 -
YUV 184.99 158.47 51.69 -
System Red Green Blue C M Y K H S L
Decimal 78 229 239 0.67 0.04 0 0.06 183.73 0.83 0.62
Hex 4E E5 EF 43 4 0 6 B8 53 3E
Octal 116 345 357 103 4 0 6 270 123 76
Binary 1001110 11100101 11101111 1000011 100 0 110 10111000 1010011 111110

Color Harmonies of #4EE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE5EF

Black with #4EE5EF

Text Example


Text Example

White with #4EE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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