Html Css Color HEX #4EF6E6 Turquoise

📋 copy color: '#4EF6E6'

red 78 ◦ green 246 ◦ blue 230

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

Shades of Turquoise #4EF6E6

Tints of Turquoise #4EF6E6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.4%

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

R = 14.08%
G = 44.4%
B = 41.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#4EF6E6 (or 0x4EF6E6) is known color: Turquoise. HEX triplet: 4E, F6 and E6. RGB value is (78,246,230). Sum of RGB (Red+Green+Blue) = 78+246+230=554 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.08% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #4EF6E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF6E6 is #B10919. Grayscale: #C1C1C1. Windows color (decimal): -11602202 or 15136334. OLE color: 15136334.

HSL color Cylindrical-coordinate representation of color #4EF6E6: hue angle of 174.29º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF6E6 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 78 246 230 -
CMYK 0.68 0 0.07 0.04
HSL 174.29º 0.9% 0.64% -
HSV(B) 174.29º 0.68% 0.96% -
XYZ 50.38 73.24 86.35 -
YUV 193.94 148.34 45.3 -
System Red Green Blue C M Y K H S L
Decimal 78 246 230 0.68 0 0.07 0.04 174.29 0.9 0.64
Hex 4E F6 E6 44 0 7 4 AE 5A 40
Octal 116 366 346 104 0 7 4 256 132 100
Binary 1001110 11110110 11100110 1000100 0 111 100 10101110 1011010 1000000

Color Harmonies of #4EF6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF6E6

Black with #4EF6E6

Text Example


Text Example

White with #4EF6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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