Html Css Color HEX #4EFECA Turquoise

📋 copy color: '#4EFECA'

red 78 ◦ green 254 ◦ blue 202

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

Shades of Turquoise #4EFECA

Tints of Turquoise #4EFECA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.57%

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

R = 14.61%
G = 47.57%
B = 37.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#4EFECA (or 0x4EFECA) is known color: Turquoise. HEX triplet: 4E, FE and CA. RGB value is (78,254,202). Sum of RGB (Red+Green+Blue) = 78+254+202=534 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.61% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFECA is #B10135. Grayscale: #C3C3C3. Windows color (decimal): -11600182 or 13303374. OLE color: 13303374.

HSL color Cylindrical-coordinate representation of color #4EFECA: hue angle of 162.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFECA is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 78 254 202 -
CMYK 0.69 0 0.20 0.00
HSL 162.27º 0.99% 0.65% -
HSV(B) 162.27º 0.69% 1% -
XYZ 49.24 76.77 68.1 -
YUV 195.45 131.69 44.23 -
System Red Green Blue C M Y K H S L
Decimal 78 254 202 0.69 0 0.20 0.00 162.27 0.99 0.65
Hex 4E FE CA 45 0 14 0 A2 63 41
Octal 116 376 312 105 0 24 0 242 143 101
Binary 1001110 11111110 11001010 1000101 0 10100 0 10100010 1100011 1000001

Color Harmonies of #4EFECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFECA

Black with #4EFECA

Text Example


Text Example

White with #4EFECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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