Html Css Color HEX #4EEDDF Turquoise

📋 copy color: '#4EEDDF'

red 78 ◦ green 237 ◦ blue 223

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

Shades of Turquoise #4EEDDF

Tints of Turquoise #4EEDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 14.5%
G = 44.05%
B = 41.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#4EEDDF (or 0x4EEDDF) is known color: Turquoise. HEX triplet: 4E, ED and DF. RGB value is (78,237,223). Sum of RGB (Red+Green+Blue) = 78+237+223=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDDF is #B11220. Grayscale: #BBBBBB. Windows color (decimal): -11604513 or 14675278. OLE color: 14675278.

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

Color convert

RGB 78 237 223 -
CMYK 0.67 0 0.06 0.07
HSL 174.72º 0.82% 0.62% -
HSV(B) 174.72º 0.67% 0.93% -
XYZ 46.75 67.52 80.38 -
YUV 187.86 147.82 49.64 -
System Red Green Blue C M Y K H S L
Decimal 78 237 223 0.67 0 0.06 0.07 174.72 0.82 0.62
Hex 4E ED DF 43 0 6 7 AF 52 3E
Octal 116 355 337 103 0 6 7 257 122 76
Binary 1001110 11101101 11011111 1000011 0 110 111 10101111 1010010 111110

Color Harmonies of #4EEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEDDF

Black with #4EEDDF

Text Example


Text Example

White with #4EEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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