Html Css Color HEX #4EECCA Turquoise

📋 copy color: '#4EECCA'

red 78 ◦ green 236 ◦ blue 202

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

Shades of Turquoise #4EECCA

Tints of Turquoise #4EECCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 15.12%
G = 45.74%
B = 39.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#4EECCA (or 0x4EECCA) is known color: Turquoise. HEX triplet: 4E, EC and CA. RGB value is (78,236,202). Sum of RGB (Red+Green+Blue) = 78+236+202=516 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.12% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECCA is #B11335. Grayscale: #B8B8B8. Windows color (decimal): -11604790 or 13298766. OLE color: 13298766.

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

Color convert

RGB 78 236 202 -
CMYK 0.67 0 0.14 0.07
HSL 167.09º 0.81% 0.62% -
HSV(B) 167.09º 0.67% 0.93% -
XYZ 43.8 65.87 66.28 -
YUV 184.88 137.65 51.76 -
System Red Green Blue C M Y K H S L
Decimal 78 236 202 0.67 0 0.14 0.07 167.09 0.81 0.62
Hex 4E EC CA 43 0 E 7 A7 51 3E
Octal 116 354 312 103 0 16 7 247 121 76
Binary 1001110 11101100 11001010 1000011 0 1110 111 10100111 1010001 111110

Color Harmonies of #4EECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECCA

Black with #4EECCA

Text Example


Text Example

White with #4EECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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