Html Css Color HEX #4EEDE9 Turquoise

📋 copy color: '#4EEDE9'

red 78 ◦ green 237 ◦ blue 233

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

Shades of Turquoise #4EEDE9

Tints of Turquoise #4EEDE9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.25%

 BLUE value IS 233 (91.41% from 255) = 42.52%

R = 14.23%
G = 43.25%
B = 42.52%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#4EEDE9 (or 0x4EEDE9) is known color: Turquoise. HEX triplet: 4E, ED and E9. RGB value is (78,237,233). Sum of RGB (Red+Green+Blue) = 78+237+233=548 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.23% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEDE9 is #B11216. Grayscale: #BCBCBC. Windows color (decimal): -11604503 or 15330638. OLE color: 15330638.

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

Color convert

RGB 78 237 233 -
CMYK 0.67 0 0.02 0.07
HSL 178.49º 0.82% 0.62% -
HSV(B) 178.49º 0.67% 0.93% -
XYZ 48.13 68.07 87.69 -
YUV 189 152.82 48.83 -
System Red Green Blue C M Y K H S L
Decimal 78 237 233 0.67 0 0.02 0.07 178.49 0.82 0.62
Hex 4E ED E9 43 0 2 7 B2 52 3E
Octal 116 355 351 103 0 2 7 262 122 76
Binary 1001110 11101101 11101001 1000011 0 10 111 10110010 1010010 111110

Color Harmonies of #4EEDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEDE9

Black with #4EEDE9

Text Example


Text Example

White with #4EEDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,237,233); }

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

background-color css

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

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

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

border-color css

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

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

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