Html Css Color HEX #4EFCE3 Turquoise

📋 copy color: '#4EFCE3'

red 78 ◦ green 252 ◦ blue 227

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

Shades of Turquoise #4EFCE3

Tints of Turquoise #4EFCE3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.24%

 BLUE value IS 227 (89.06% from 255) = 40.75%

R = 14%
G = 45.24%
B = 40.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#4EFCE3 (or 0x4EFCE3) is known color: Turquoise. HEX triplet: 4E, FC and E3. RGB value is (78,252,227). Sum of RGB (Red+Green+Blue) = 78+252+227=557 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.00% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCE3 is #B1031C. Grayscale: #C5C5C5. Windows color (decimal): -11600669 or 14941262. OLE color: 14941262.

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

Color convert

RGB 78 252 227 -
CMYK 0.69 0 0.10 0.01
HSL 171.38º 0.97% 0.65% -
HSV(B) 171.38º 0.69% 0.99% -
XYZ 51.82 76.79 84.76 -
YUV 197.12 144.85 43.03 -
System Red Green Blue C M Y K H S L
Decimal 78 252 227 0.69 0 0.10 0.01 171.38 0.97 0.65
Hex 4E FC E3 45 0 A 1 AB 61 41
Octal 116 374 343 105 0 12 1 253 141 101
Binary 1001110 11111100 11100011 1000101 0 1010 1 10101011 1100001 1000001

Color Harmonies of #4EFCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCE3

Black with #4EFCE3

Text Example


Text Example

White with #4EFCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,252,227); }

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

background-color css

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

 a { background-color: rgb(78,252,227); }

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

border-color css

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

 span { border-color: rgb(78,252,227); }

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