Html Css Color HEX #4EEDCE Turquoise

📋 copy color: '#4EEDCE'

red 78 ◦ green 237 ◦ blue 206

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

Shades of Turquoise #4EEDCE

Tints of Turquoise #4EEDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 14.97%
G = 45.49%
B = 39.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#4EEDCE (or 0x4EEDCE) is known color: Turquoise. HEX triplet: 4E, ED and CE. RGB value is (78,237,206). Sum of RGB (Red+Green+Blue) = 78+237+206=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDCE is #B11231. Grayscale: #B9B9B9. Windows color (decimal): -11604530 or 13561166. OLE color: 13561166.

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

Color convert

RGB 78 237 206 -
CMYK 0.67 0 0.13 0.07
HSL 168.3º 0.82% 0.62% -
HSV(B) 168.3º 0.67% 0.93% -
XYZ 44.57 66.64 68.91 -
YUV 185.93 139.32 51.02 -
System Red Green Blue C M Y K H S L
Decimal 78 237 206 0.67 0 0.13 0.07 168.3 0.82 0.62
Hex 4E ED CE 43 0 D 7 A8 52 3E
Octal 116 355 316 103 0 15 7 250 122 76
Binary 1001110 11101101 11001110 1000011 0 1101 111 10101000 1010010 111110

Color Harmonies of #4EEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEDCE

Black with #4EEDCE

Text Example


Text Example

White with #4EEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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