Html Css Color HEX #4EE1E6 Turquoise

📋 copy color: '#4EE1E6'

red 78 ◦ green 225 ◦ blue 230

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

Shades of Turquoise #4EE1E6

Tints of Turquoise #4EE1E6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.21%

 BLUE value IS 230 (90.23% from 255) = 43.15%

R = 14.63%
G = 42.21%
B = 43.15%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4EE1E6 (or 0x4EE1E6) is known color: Turquoise. HEX triplet: 4E, E1 and E6. RGB value is (78,225,230). Sum of RGB (Red+Green+Blue) = 78+225+230=533 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.63% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #4EE1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE1E6 is #B11E19. Grayscale: #B5B5B5. Windows color (decimal): -11607578 or 15130958. OLE color: 15130958.

HSL color Cylindrical-coordinate representation of color #4EE1E6: hue angle of 181.97º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE1E6 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 78 225 230 -
CMYK 0.66 0.02 0 0.10
HSL 181.97º 0.75% 0.6% -
HSV(B) 181.97º 0.66% 0.9% -
XYZ 44.35 61.18 84.33 -
YUV 181.62 155.3 54.09 -
System Red Green Blue C M Y K H S L
Decimal 78 225 230 0.66 0.02 0 0.10 181.97 0.75 0.6
Hex 4E E1 E6 42 2 0 A B6 4B 3C
Octal 116 341 346 102 2 0 12 266 113 74
Binary 1001110 11100001 11100110 1000010 10 0 1010 10110110 1001011 111100

Color Harmonies of #4EE1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE1E6

Black with #4EE1E6

Text Example


Text Example

White with #4EE1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,225,230); }

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

background-color css

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

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

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

border-color css

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

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

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