Html Css Color HEX #4EECDF Turquoise

📋 copy color: '#4EECDF'

red 78 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #4EECDF

Tints of Turquoise #4EECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.95%

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

R = 14.53%
G = 43.95%
B = 41.53%

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

#4EECDF (or 0x4EECDF) is known color: Turquoise. HEX triplet: 4E, EC and DF. RGB value is (78,236,223). Sum of RGB (Red+Green+Blue) = 78+236+223=537 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.53% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECDF is #B11320. Grayscale: #BBBBBB. Windows color (decimal): -11604769 or 14675022. OLE color: 14675022.

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

Color convert

RGB 78 236 223 -
CMYK 0.67 0 0.06 0.07
HSL 175.06º 0.81% 0.62% -
HSV(B) 175.06º 0.67% 0.93% -
XYZ 46.46 66.94 80.28 -
YUV 187.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 78 236 223 0.67 0 0.06 0.07 175.06 0.81 0.62
Hex 4E EC DF 43 0 6 7 AF 51 3E
Octal 116 354 337 103 0 6 7 257 121 76
Binary 1001110 11101100 11011111 1000011 0 110 111 10101111 1010001 111110

Color Harmonies of #4EECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECDF

Black with #4EECDF

Text Example


Text Example

White with #4EECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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